Skip to content

Instantly share code, notes, and snippets.

@akash-bisariya
Created March 17, 2021 18:23
Show Gist options
  • Select an option

  • Save akash-bisariya/2912dbe218e865708864758c6dd57aa6 to your computer and use it in GitHub Desktop.

Select an option

Save akash-bisariya/2912dbe218e865708864758c6dd57aa6 to your computer and use it in GitHub Desktop.
void main() {
runApp(
MaterialApp(
title: 'Flutter App',
home: FlutterHome(),
)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment