Skip to content

Instantly share code, notes, and snippets.

@enriquesaid
Last active May 27, 2020 14:21
Show Gist options
  • Save enriquesaid/0d0ca9463f1b7a855214211fa700654c to your computer and use it in GitHub Desktop.
Save enriquesaid/0d0ca9463f1b7a855214211fa700654c to your computer and use it in GitHub Desktop.
basic main on flutter
void main() {
runApp(new MyApp());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment