import 'package:flutter/material.dart'; import './game.dart'; void main() { WidgetsFlutterBinding.ensureInitialized(); runApp(MyGame().widget); }