amplify_connect_client 2.15.0
amplify_connect_client: ^2.15.0 copied to clipboard
A Flutter client for Amazon Connect Customer Profiles that identifies users and registers device push tokens, backed by Amplify Auth credentials and secure storage.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add amplify_connect_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
amplify_connect_client: ^2.15.0Alternatively, your editor might support 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/amplify_connect_client.dart';