-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
41 lines (40 loc) · 910 Bytes
/
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: rive_common
version: 0.4.11
homepage: https://rive.app
description: Share Rive functionality between the editor and the Flutter runtime.
repository: https://github.com/rive-app/rive-flutter
environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=2.5.0"
dependencies:
collection: ^1.15.0
ffi: ^2.0.1
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
graphs: ^2.0.0
http: ">=0.13.3 <2.0.0"
meta: ^1.3.0
plugin_platform_interface: ^2.0.2
web: ">=0.5.1 <2.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: app.rive.rive
pluginClass: RivePlugin
macos:
pluginClass: RivePlugin
windows:
pluginClass: RivePlugin
linux:
pluginClass: RivePlugin
ios:
pluginClass: RivePlugin
web:
pluginClass: RivePlugin
fileName: rive_web.dart