mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-11 18:11:12 +08:00
Reverting doc rename
This commit is contained in:
7
doc/examples/with_widgets_overlay/lib/main.dart
Normal file
7
doc/examples/with_widgets_overlay/lib/main.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import './example_game.dart';
|
||||
|
||||
void main() {
|
||||
runApp(ExampleGame().widget);
|
||||
}
|
||||
Reference in New Issue
Block a user