forked from juicycleff/flutter-unity-view-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
51 lines (46 loc) · 1.54 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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: 2022.1.7+1
#authors:
# - Rex Raphael <[email protected]>
# - Thomas Stockx <[email protected]>
# - Kris Pypen <[email protected]>
homepage: https://github.com/juicycleff/flutter-unity-view-widget/tree/master
environment:
sdk: ">=2.16.0 <3.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
flutter_plugin_android_lifecycle: ^2.0.7
stream_transform: ^2.0.0
plugin_platform_interface: ^2.1.2
webview_flutter: ^2.8.0
webviewx: ^0.2.1
ffi: ^1.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
# 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
windows:
pluginClass: FlutterUnityWidgetPlugin
web:
pluginClass: UnityWidgetController
fileName: flutter_unity_widget.dart