Skip to content

Initial Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@ersinaksar ersinaksar released this 03 Dec 12:51
· 20 commits to master since this release

v1.0.0 - Initial Release

Key Features:

  • Clean Architecture:
    • Modular structure with presentation, application, domain, and infrastructure layers.
  • Navigation:
    • Integrated go_router for centralized route management.
  • State Management:
    • Used Riverpod with StateNotifierProvider and ConsumerWidget.
  • Firebase Integration:
    • Initialized Firebase with firebase_core and firebase_messaging.

These changes establish a solid foundation for scalable and maintainable Flutter applications.