1 Star 0 Fork 1

keien411/flutter-unity-view-widget

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pubspec.yaml 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
name: flutter_unity_widget
description: Flutter Unity 3D widget for embedding Unity game scenes in flutter. This library now supports Unity as a Library.
version: 4.2.3
#authors:
# - Rex Raphael <rex.raphael@outlook.com>
# - Thomas Stockx <thomas@stockxit.com>
# - Kris Pypen <kris.pypen@gmail.com>
homepage: https://github.com/juicycleff/flutter-unity-view-widget/tree/master
environment:
sdk: '>=2.13.0 <3.0.0'
flutter: ">=1.22.0"
dependencies:
flutter:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.3
stream_transform: ^2.0.0
plugin_platform_interface: ^2.0.2
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# This section identifies this Flutter project as a plugin project.
# The 'pluginClass' and Android 'package' identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
platforms:
android:
package: com.xraph.plugin.flutter_unity_widget
pluginClass: FlutterUnityWidgetPlugin
ios:
pluginClass: FlutterUnityWidgetPlugin
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/csx411/flutter-unity-view-widget.git
git@gitee.com:csx411/flutter-unity-view-widget.git
csx411
flutter-unity-view-widget
flutter-unity-view-widget
master

搜索帮助