mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 19:12:31 +08:00
Adding go desktop example
This commit is contained in:
5
doc/examples/go_desktop/lib/main.dart
Normal file
5
doc/examples/go_desktop/lib/main.dart
Normal file
@ -0,0 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import './game.dart';
|
||||
|
||||
void main() => runApp(MyGame().widget);
|
||||
Reference in New Issue
Block a user