This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Home
Dimitar Zabaznoski edited this page Jun 16, 2021
·
4 revisions
- 1st run
- Setting Flutter and Dart versions
- Resolving todos
- Upgrading dependencies
- Deleting template code and removing references
- 3rd party libraries
- App flavors
- Pre-app config
- Post-app config
- Service locator: Global and User scope
- User Management
- Firebase setup: analytics, crashlytics, and push notifications
- Data: Repository, Storage, JSON serialization
- Networking w/ Chopper
- Models: immutable and json serializable, integration w/ chopper
- State Management: Bloc, Provider, lifting state up
- Platform communication
- app.dart
- Resources: theme, styles, colors
- Localization
- Routing Nav 2.0
- Logging
- Equals checks: Equatable
- Transactions: Synchronized
- Util methods
- Common widgets
- Features: Authentication, Home page
- Android-specific config: gradle project setup, Flutter engine caching, Adding e new screen
- iOS-specific config
- Unit tests