forked from juicycleff/flutter-unity-view-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
41 lines (35 loc) · 1.26 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
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.0.2
#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.7.0 <3.0.0"
flutter: ">=1.22.0"
dependencies:
flutter:
sdk: flutter
flutter_plugin_android_lifecycle: ^1.0.11
stream_transform: ^1.2.0
plugin_platform_interface: ^1.0.3
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