Skip to content

Instantly share code, notes, and snippets.

@Vanethos
Created January 13, 2020 08:19
Show Gist options
  • Save Vanethos/37b301f5ed3b72e5d09df797803e0e21 to your computer and use it in GitHub Desktop.
Save Vanethos/37b301f5ed3b72e5d09df797803e0e21 to your computer and use it in GitHub Desktop.
// main_common.dart
// This will hold all the common logic to be used in each application
void mainCommon(Config config) {
runApp(
MyApp(config)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment