amazon_cognito_identity_dart_2 3.7.0 amazon_cognito_identity_dart_2: ^3.7.0 copied to clipboard
Unofficial Amazon Cognito Identity Provider Dart SDK, to add user sign-up / sign-in to your mobile and web apps with AWS Cloud Services. Based on amazon-cognito-identity-dart
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add amazon_cognito_identity_dart_2
With Flutter:
$ flutter pub add amazon_cognito_identity_dart_2
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
amazon_cognito_identity_dart_2: ^3.7.0
Alternatively, 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:amazon_cognito_identity_dart_2/cognito.dart';
import 'package:amazon_cognito_identity_dart_2/sig_v4.dart';