Skip to content

Instantly share code, notes, and snippets.

@Nash0x7E2
Created May 13, 2019 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nash0x7E2/577fd5dda799be80e364b9fc5b1b5d67 to your computer and use it in GitHub Desktop.
Save Nash0x7E2/577fd5dda799be80e364b9fc5b1b5d67 to your computer and use it in GitHub Desktop.
void main() {
runApp(
MaterialApp(
debugShowCheckedModeBanner: false,
home: Furniture(),
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment