Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 706 Bytes

flavors.md

File metadata and controls

23 lines (11 loc) · 706 Bytes

Flavors

This template support two flavors (production & staging)

  • you can run the app directly from terminal using this command line:

    flutter run --flavor production -t lib/main_production.dart

    or for staging

    flutter run --flavor staging -t lib/main_staging.dart

  • or you need to add new flutter configration for each flavor (staging and production)

Production

image

Staging

image