A sample Flutter application follow clean architecture
Run the commands below:
- Generate images, colors:
dart run build_runner build --delete-conflicting-outputs
- Generate strings:
flutter pub get
-
In
Xcode
orVisual Studio Code
, just select flavor and run. -
In
Android Studio
:
- Run
prepare.sh
- Add code
- Commit and create PR