mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
47 lines
988 B
YAML
47 lines
988 B
YAML
name: spine_flutter
|
|
description: The official Spine Flutter Runtime to load, display and interact with Spine animations.
|
|
version: 4.1.13
|
|
homepage: https://esotericsoftware.com
|
|
repository: https://github.com/esotericsoftware/spine-runtimes
|
|
issue_tracker: https://github.com/esotericsoftware/spine-runtimes/issues
|
|
documentation: https://esotericsoftware.com/spine-flutter
|
|
|
|
environment:
|
|
sdk: '>=2.17.6 <4.0.0'
|
|
flutter: ">=3.16.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
ffi: ^2.1.0
|
|
web_ffi_fork: ^0.7.4
|
|
inject_js: ^2.0.0
|
|
js: ^0.6.5
|
|
meta: ^1.10.0
|
|
http: ^1.1.0
|
|
path: ^1.8.2
|
|
crypto: ^3.0.3
|
|
|
|
dev_dependencies:
|
|
ffigen: ^10.0.0
|
|
flutter_lints: ^3.0.1
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
ffiPlugin: true
|
|
ios:
|
|
ffiPlugin: true
|
|
linux:
|
|
ffiPlugin: true
|
|
macos:
|
|
ffiPlugin: true
|
|
windows:
|
|
ffiPlugin: true
|
|
web:
|
|
|
|
assets:
|
|
- lib/assets/libspine_flutter.js
|
|
- lib/assets/libspine_flutter.wasm
|