flutter_amplify_auth_ui 1.1.0 copy "flutter_amplify_auth_ui: ^1.1.0" to clipboard
flutter_amplify_auth_ui: ^1.1.0 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: ^1.1.0

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';
5
likes
140
pub points
32%
popularity

Publisher

unverified uploader

Flutter plugin that automatically generates authentication widget templates based on your Amplify CLI Authentication configuration.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

amplify_auth_cognito, amplify_flutter, flutter, path

More

Packages that depend on flutter_amplify_auth_ui