firebase_auth_simplified_ui 1.0.0
firebase_auth_simplified_ui: ^1.0.0 copied to clipboard
A plug-and-play Flutter package for Firebase Auth UI (login, signup, forgot password)
Changelog #
All notable changes to this project will be documented in this file.
0.1.3 - 2025-07-10 #
Added #
-
Initial release of
firebase_auth_simplified_ui
.LoginScreen
widget for Firebase email/password authentication.SignupScreen
widget for user registration.ForgotPasswordScreen
widget for password reset functionality.DefaultAuthTheme
for easy UI customization.- Built-in form validation and error handling.
- Loading indicators for asynchronous operations.
- Utility validators in
utils/validators.dart
. - Example app demonstrating usage in the
example/
directory.
Fixed #
- N/A
Deprecated #
- N/A
Removed #
- N/A
Security #
- N/A
Note: Replace version number and date as appropriate when publishing to pub.flutter-io.cn for the first time.