flutter_amplify_auth_ui 1.1.0 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.
1.1.0 (2023-05-13) #
-
Use same release version as amplify_flutter package
-
Added support for web platform
-
0.1.6 (2022-09-15) #
-
Fix imports in templates
-
Use CognitoUserAttributeKey attributes for sign up
0.1.5 (2021-12-22) #
- Upgrade to flutter '>=2.8.0' (including fix for Stepper#controlsBuilder)
- Enhance readme documentation (root and example)
0.1.4 (2021-08-15) #
- Add multi-factor authentication
- Fix third party provider support
0.1.3 (2021-07-16) #
- Add PasswordChangePage
- Fix code formatting
0.1.2 #
- Fix PasswordResetPage
- Fix CognitoSignUpOptions for address JSON, birthdate and updated_at
0.1.1 #
- Support Amplify configurations with phone number as username
- Added support for several required attributes, including address, name, website and many more
0.1.0 #
- Initial version