The project repository has been moved here. This repository will no longer be updated.
- Flutter
- Flavor : dev / prod
- Riverpod
- Design System
- Multi-language support
- Run
make init
lib
ββ .env
β ββ dev
β β ββ .env
β β ββ firebase_options.dart
β β ββ google-services.json
β β ββ GoogleService-Info.plist
β ββ prod
β β ββ .env
β β ββ firebase_options.dart
β β ββ google-services.json
β β ββ GoogleService-Info.plist
β ββ flavorizr.yaml
ββ app
β ββ pages
β ββ routes
ββ core
β ββ localization
β ββ theme
β ββ utils
ββ features
ββ feature1
ββ data
β ββ models
β ββ repositories
β ββ sources
ββ domain
ββ entities
ββ usecases
ββ services