faui 2.0.33
faui: ^2.0.33 copied to clipboard
Authentication UI and data access for Flutter. Uses Firebase auth as security provider.
0.0.1 Sep 15, 2019 #
- Initial release.
1.0.1 Sep 15, 2019 #
- Fixed package format.
1.0.2 Sep 15, 2019 #
- Fixed package format.
1.0.3 Sep 15, 2019 #
- Fixed package format.
1.0.4 Sep 16, 2019 #
- Fixed package format.
1.0.5 Sep 16, 2019 #
- Updated documentation.
1.0.6 Sep 16, 2019 #
- Updated documentation.
1.0.8 Oct 16, 2019 #
- Fixed bug with tab stop.
- Documented API.
1.0.9 Oct 16, 2019 #
- Updated link to demo.
1.0.10 Oct 19, 2019 #
- Stopped using scaffold to prevent Android issues.
- Started using default theme color for error messages.
1.0.11 Oct 19, 2019 #
- Made class FauiUser public.
1.0.12 Oct 19, 2019 #
- Made class AuthConnector public to enable integration testing.
1.0.14 Oct 19, 2019 #
- Applied default title style to the header.
1.0.15 Oct 20, 2019 #
- Added button 'Close'.
1.0.16 Oct 20, 2019 #
- Fixed background color.
1.0.17 Oct 23, 2019 #
- Layout customization.
- Language customization.
1.0.18 Oct 24, 2019 #
- Added readme.md to 'example'.
1.0.19 Nov 3, 2019 #
- Removed sizes.
2.0.0 Jan 4, 2020 #
-
Refactored library to meet Dart coding standards.
-
Added Firebase data access.
2.0.1 Jan 7, 2020 #
- Use shared_preferences instead of crypted_preferences.
2.0.2 Jan 7, 2020 #
- Fixed demo.
2.0.3 Jan 11, 2020 #
-
Exposed more methods.
-
Fixed double password reset email.
2.0.4 Jan 11, 2020 #
- Removed debug logging.
2.0.5 Jan 11, 2020 #
- Separated api methods to faui_api.
2.0.6 Jan 12, 2020 #
- Added method to delete doc.
2.0.7 Jan 12, 2020 #
- Modified db signature.
2.0.8 Jan 12, 2020 #
-
Add DB access to faui_api.
-
Update readme.
2.0.9 Jan 12, 2020 #
- Published FauiDb.
2.0.10 Jan 19, 2020 #
- Published FauiError.
2.0.11-dev Jan 20, 2020 #
-
Made password reset email optional for registration.
-
Removed password reset email from test registrations.
-
Removed dependency on 'flutter any'.
2.0.11 Jan 20, 2020 #
- Fixed tests.
2.0.14 Feb 1, 2020 #
- Submit form on Enter.
2.0.15 Mar 15, 2020 #
- Add support for querying data lists.
2.0.16 Mar 15, 2020 #
- Fix version.
2.0.17 Mar 15, 2020 #
- Fix versions.
2.0.18 Mar 15, 2020 #
- Fix versions.
2.0.19 Mar 15, 2020 #
- Fix versions
2.0.20 Mar 15, 2020 #
- Fix versions.
2.0.21 Mar 15, 2020 #
- Fix versions.
2.0.22 Mar 15, 2020 #
- Description.
2.0.23 Mar 30, 2020 #
- Description.
2.0.24 Mar 31, 2020 #
- Fix method 'list' for empty array.
2.0.25 Apr 5, 2020 #
- Invoke onExit only ones.
2.0.26 May 9, 2020 #
- Show spin wheel during user authentication.
2.0.27 May 10, 2020 #
- Replaced deprecated title with headline6.
2.0.28 Jun 12, 2020 #
- Made 'field should not be empty' message disappear when user starts typing.
2.0.29 Oct 28, 2020 #
- Fixed issue with tab order during sign in.
2.0.30 Oct 28, 2020 #
- Fixed issue with tab order during typing.
2.0.31 Oct 30, 2020 #
- Stopped printing firebase api request errors to the console.
2.0.32 Oct 30, 2020 #
- Fix localstorage compilation error.
2.0.33 Jan 23, 2021 #
- Added documentation.