Skip to content

namnh-0652/flutter_movie_clean

Repository files navigation

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

About

A sample Flutter application follow clean architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages