mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 11:43:19 +08:00
Reverting doc rename
This commit is contained in:
11
doc/examples/go_desktop/lib/main_desktop.dart
Normal file
11
doc/examples/go_desktop/lib/main_desktop.dart
Normal file
@ -0,0 +1,11 @@
|
||||
import 'package:flutter/foundation.dart'
|
||||
show debugDefaultTargetPlatformOverride;
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import './game.dart';
|
||||
|
||||
void main() {
|
||||
debugDefaultTargetPlatformOverride = TargetPlatform.fuchsia;
|
||||
runApp(MyGame().widget);
|
||||
}
|
||||
Reference in New Issue
Block a user