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, andinfrastructurelayers.
- Modular structure with
- Navigation:
- Integrated
go_routerfor centralized route management.
- Integrated
- State Management:
- Used Riverpod with
StateNotifierProviderandConsumerWidget.
- Used Riverpod with
- Firebase Integration:
- Initialized Firebase with
firebase_coreandfirebase_messaging.
- Initialized Firebase with
These changes establish a solid foundation for scalable and maintainable Flutter applications.