Skip to content

DeividWillyan/Flutter-Auto-Flavors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To add the Flavors to the application, place these files in a directory called flavor at the root of the project.

cd flavor
chmod +x flavor.sh && ./flavor.sh "App Flavor" # App Name

to execute the flavors:

flutter run
flutter run --dart-define=DEFINE_APP_NAME='[QA] App Flavor' --dart-define=DEFINE_APP_SUFFIX=.qa
flutter run --dart-define=DEFINE_APP_NAME='[DEV] App Flavor' --dart-define=DEFINE_APP_SUFFIX=.dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages