Releases: ersinaksar/flutter_architecture_hub
Releases · ersinaksar/flutter_architecture_hub
Initial Release
v1.0.0 - Initial Release
Key Features:
- Clean Architecture:
- Modular structure with
presentation
,application
,domain
, andinfrastructure
layers.
- Modular structure with
- Navigation:
- Integrated
go_router
for centralized route management.
- Integrated
- State Management:
- Used Riverpod with
StateNotifierProvider
andConsumerWidget
.
- Used Riverpod with
- Firebase Integration:
- Initialized Firebase with
firebase_core
andfirebase_messaging
.
- Initialized Firebase with
These changes establish a solid foundation for scalable and maintainable Flutter applications.