import 'package:flutter/material.dart'; import './example_game.dart'; void main() { runApp(ExampleGame().widget); }