Skip to content

Instantly share code, notes, and snippets.

@juskek
Created August 19, 2021 16:01
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 juskek/bd825a6fd81dfe8ecb705c79ebb34735 to your computer and use it in GitHub Desktop.
Save juskek/bd825a6fd81dfe8ecb705c79ebb34735 to your computer and use it in GitHub Desktop.
void main() {
CustomGame game = CustomGame(); // create instance of class
runApp(game.widget); // run game
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment