flutter_godot 0.0.2
flutter_godot: ^0.0.2 copied to clipboard
The flutter_godot plugin can embed Godot games as Widget into Flutter applications and support two-way communication.
flutter_godot #
- flutter_godot 插件可以将 Godot 游戏作为 Widget 嵌入到 Flutter 应用中, 并支持双向通信.
- The flutter_godot plugin can embed Godot games as Widget into Flutter applications and support two-way communication.

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