local_firebase_auth 1.0.0-nullsafety.0
local_firebase_auth: ^1.0.0-nullsafety.0 copied to clipboard
An experimental dart package that mocks (emulates) the firebase_auth plugin for quick and offline development.
1.0.0-nullsafety.0 [30-Mar-2021] #
- Migrate package to null-safety as a pre-release.
0.3.0+1 [26-Sep-2020] #
- Fixed example file not showing on pub.flutter-io.cn
0.3.0 [26-Sep-2020] #
- Added password validation.
- Implemented user deletion.
- If there is already an anonymous user signed in,
signInAnonymouslywill return that user instead.
0.2.0 [26-Sep-2020] #
- Added email validation.
0.1.1 [25-Sep-2020] #
- Added example project.
0.1.0 [25-Sep-2020]. #
- Initial release.