This project serves as a template project for Flutter applications. You can generate a new repository by clicking "Use this template" above.
- Execute
$ flutter doctor
to verify installations - Execute
$ pub get
to pull project dependencies - Execute a run configuration of choice
$ flutter run --flavor staging -t lib/main_staging.dart
$ flutter run --flavor production -t lib/main_production.dart
master
- Latest version in the app store.develop
- Default. Feature branches are merged in when complete and then deleted.