Skip to content

Instantly share code, notes, and snippets.

@devrnt
Created May 14, 2019 10:56
Show Gist options
  • Save devrnt/b2df8860101bc5b61371d3f33fb41535 to your computer and use it in GitHub Desktop.
Save devrnt/b2df8860101bc5b61371d3f33fb41535 to your computer and use it in GitHub Desktop.
void main(){
final flavorConfig = FlavorConfig(
child: MyApp(),
flavorBuild: FlavorBuild.Free,
);
runApp(flavorConfig);
}
// If you want a pro version create a new main file like 'main_pro.dart'.
// Copy paste the code above into this file and change the 'flavorBuild' to FlavorBuild.Pro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment