flutter_amplify_auth_ui 0.1.2 copy "flutter_amplify_auth_ui: ^0.1.2" to clipboard
flutter_amplify_auth_ui: ^0.1.2 copied to clipboard

outdated

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.2

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_reset_page.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
0
pub points
8%
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

License

unknown (license)

Dependencies

amplify_auth_cognito, amplify_flutter, flutter, path

More

Packages that depend on flutter_amplify_auth_ui