Skip to content

Instantly share code, notes, and snippets.

@Vanethos
Created January 13, 2020 08:19
Show Gist options
  • Save Vanethos/71bd066c8e152441205be3eec768b95a to your computer and use it in GitHub Desktop.
Save Vanethos/71bd066c8e152441205be3eec768b95a to your computer and use it in GitHub Desktop.
// main_portugal.dart
// This will be the main_x file to be created for each version
void main() {
var config = Config("Portugal", Color(0xfffc0303));
runApp(
MyApp(config)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment