-
Notifications
You must be signed in to change notification settings - Fork 591
Expand file tree
/
Copy pathpubspec.yaml
More file actions
52 lines (47 loc) · 1.8 KB
/
pubspec.yaml
File metadata and controls
52 lines (47 loc) · 1.8 KB
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
52
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.3.0
#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: ">=3.2.0 <4.0.0"
flutter: ">=3.16.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_web: ^0.2.2+4
webview_flutter_platform_interface: ^2.0.0
web: '>=0.3.0 <2.0.0' # Needs to resolve to >=0.5.0 to use WebAssembly (WASM).
# ffi: ^1.2.1 // required for windows support
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0 # Requires Flutter 3.24+ for development, to match github workflow.
# 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 # disabled because windows support isn't functional (yet)
web:
pluginClass: UnityWidgetController
fileName: flutter_unity_widget.dart