amplify_authenticator 1.0.0-next.0+2 copy "amplify_authenticator: ^1.0.0-next.0+2" to clipboard
amplify_authenticator: ^1.0.0-next.0+2 copied to clipboard

A prebuilt Sign In and Sign Up experience for the Amplify Auth category

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add amplify_authenticator

With Flutter:

 $ flutter pub add amplify_authenticator

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  amplify_authenticator: ^1.0.0-next.0+2

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:amplify_authenticator/amplify_authenticator.dart';