amplify_connect_client_dart 0.1.1
amplify_connect_client_dart: ^0.1.1 copied to clipboard
A Dart-only standalone client for Amazon Connect Customer Profiles that identifies users and registers device push tokens via SigV4-signed REST calls. For internal use in the amplify_connect_client Fl [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add amplify_connect_client_dartWith Flutter:
$ flutter pub add amplify_connect_client_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
amplify_connect_client_dart: ^0.1.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:amplify_connect_client_dart/amplify_connect_client_dart.dart';