flutter_amplify_auth_ui 0.1.4 flutter_amplify_auth_ui: ^0.1.4 copied to clipboard
Flutter plugin that automatically generates authentication widget templates based on your Amplify CLI Authentication configuration.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_amplify_auth_ui
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_amplify_auth_ui: ^0.1.4
Alternatively, 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:flutter_amplify_auth_ui/templates/password_management/password_change_page.dart';
import 'package:flutter_amplify_auth_ui/templates/password_management/password_reset_page.dart';
import 'package:flutter_amplify_auth_ui/templates/sign_in/confirmation_code_dialog.dart';
import 'package:flutter_amplify_auth_ui/templates/sign_in/sign_in_page.dart';
import 'package:flutter_amplify_auth_ui/templates/sign_up/sign_up_page.dart';