flutter_godot 0.0.1
flutter_godot: ^0.0.1 copied to clipboard
Embed a Godot game as a widget in a Flutter app.
flutter_godot #
- 将 Godot 游戏作为 Widget 嵌入到 Flutter 应用程序中.
- Embed a Godot game as a widget in a Flutter app.

对应版本 #
flutter_godot 插件版本 | Godot Engine 版本 |
---|---|
0.0.1 | 4.4.1 Stable |
使用方法 #
- 在 pubspec.yaml 中声明依赖
dependencies:
flutter_godot: ^latest
- 更新依赖
flutter pub get
- 在代码中导入依赖
import 'package:flutter_godot/flutter_godot.dart';