mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
8 lines
120 B
Dart
8 lines
120 B
Dart
import 'package:flutter/material.dart';
|
|
|
|
import './example_game.dart';
|
|
|
|
void main() {
|
|
runApp(ExampleGame().widget);
|
|
}
|