dot_auth 1.0.12
dot_auth: ^1.0.12 copied to clipboard
A powerful Flutter authentication package with phone number OTP verification using Firebase.
1.0.12 #
- Updated all dependencies to latest versions
- firebase_auth: ^6.5.1
- firebase_core: ^4.9.0
- go_router: ^17.2.3
- flutter_riverpod: ^3.3.1
- phone_form_field: ^10.0.17
- pinput: ^6.0.2
- google_fonts: ^8.1.0
- Fixed StateNotifier import
- Improved compatibility
- Added Timers
1.0.11 #
- Updated all dependencies to latest versions
- firebase_auth: ^6.5.1
- firebase_core: ^4.9.0
- go_router: ^17.2.3
- flutter_riverpod: ^3.3.1
- phone_form_field: ^10.0.17
- pinput: ^6.0.2
- google_fonts: ^8.1.0
- Fixed StateNotifier import
- Improved compatibility
1.0.10 #
- Fixed missing StateNotifier import
- Added state_notifier dependency
- Fixed RouterNotifier type casting
- All providers now work correctly
1.0.9 #
- Fixed type casting error in RouterNotifier
- Removed unnecessary type argument
1.0.8 #
- Added RouterNotifier for reactive routing
- Improved auth state redirection
- Better navigation handling on login/logout
1.0.7 #
- Added RouterNotifier for reactive routing
- Improved auth state redirection
- Better navigation handling on login/logout
1.0.6 #
- Added RouterNotifier for reactive routing
- Improved auth state redirection
- Better navigation handling on login/logout
1.0.4 #
- Updated README with complete API documentation
- Added role-based access control examples
- Improved documentation for Firestore integration
- Fixed typos and formatting
1.0.3 #
- Updated README with complete API documentation
- Added role-based access control examples
- Improved documentation for Firestore integration
- Fixed typos and formatting
1.0.1 #
- Fixed null-aware operator warnings
- Improved documentation
- Added more examples
- Updated dependencies
1.0.0 #
- Initial release
- Phone number authentication with OTP verification
- Riverpod state management
- GoRouter integration