bloc_firebase_auth_kit 1.0.0
bloc_firebase_auth_kit: ^1.0.0 copied to clipboard
A clean architecture Flutter package for Firebase authentication with BLoC state management, supporting email/password, Google, Facebook sign-in, and more.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-10-15 #
Added #
- Initial release
- Email/Password authentication support
- Google Sign-In integration
- Facebook authentication support
- BLoC state management for auth flows
- Clean architecture implementation with Domain, Data, and Presentation layers
- Local data persistence with SharedPreferences
- Auth state wrapper widget for easy integration
- Pre-built sign-in form and social sign-in buttons
- Comprehensive error handling with Either type from dartz
- User entity and model with null-safe implementation
- Support for Android, iOS, and Web platforms