Skip to content

Instantly share code, notes, and snippets.

@Vanethos
Created January 13, 2020 08:19
Show Gist options
  • Save Vanethos/bcb7c8f3ec74fa380007290106e4ad31 to your computer and use it in GitHub Desktop.
Save Vanethos/bcb7c8f3ec74fa380007290106e4ad31 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));
// run the main_common function
mainCommon(config);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment