Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.05 KB

Marvel

A sample Flutter application follow clean architecture

Getting Started

Generate resources

Run the commands below:

  • Generate images, colors: dart run build_runner build --delete-conflicting-outputs
  • Generate strings: flutter pub get

Build & Run app

  • In Xcode or Visual Studio Code, just select flavor and run.

  • In Android Studio:

    • File > Open > select flutter_movie_clean folder (do not use import project)

    • Edit Configurations > Add New > Flutter > enter develop/staging/production (corresponding the flavors).

    • Add --flavor=develop --dart-define=FLAVOR=develop to Additional run args like below

      android

    • Select and Run your flavor.

Collaborating

  • Run prepare.sh
  • Add code
  • Commit and create PR

Credit