ready_to_go
ready_to_go copied to clipboard
A Flutter repo with a ready-to-go architecture containing flavors, bloc, device settings, json serialization and connectivity
Flutter Ready to Go
A Flutter repo with a ready-to-go architecture containing flavors, bloc, device settings, json serialization and connectivity.
Why not just fork it and start a new project with some setup done?
There is a full article explaining each one of the following subjects:
- Flavors
- Flavors in Dart
- Visually identifying each flavor
- Identifying device info with the Banner
- Flavors in Android
- App icons based on flavor
- App name based on flavor
- Running flavors with the IDE
- Using flavor values
- Controlling connection errors
Links:
- Flutter Ready to Go (flavors, connectivity and more)
- Flutter Ready to Go (flavors, conectividade e mais) — ptBr
Todo:
- [X] Flavoring Android
- [X] Personalized flavor Banner
- [X] Device Info
- [X] Package structure
- [X] Bloc, Repository, ApiProvider
- [X] Handling connectivity problems
- [ ] Flavoring iOS
- [ ] Complete authentication flow
