mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-05-17 05:16:05 +08:00

Resolves: https://github.com/rive-app/rive-flutter/issues/437 Diffs= c084b3c608 Flutter/fix missing hb style get value (#8665) 5d65f91a4d Draggables (aka scrolling) (#8493) 043dbff5a7 Nnnn data bind fixes part 2 (#8637) 8251557144 make nested animation properties bindable (#8642) f846fe28e9 Layout display & animation duration keyable (#8553) Co-authored-by: Gordon <pggordonhayes@gmail.com>
29 lines
697 B
YAML
29 lines
697 B
YAML
name: rive
|
|
version: 0.13.20
|
|
homepage: https://rive.app
|
|
description: Rive Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app.
|
|
repository: https://github.com/rive-app/rive-flutter
|
|
topics:
|
|
- animation
|
|
- ui
|
|
- effects
|
|
- widgets
|
|
- widget
|
|
environment:
|
|
sdk: ">=2.17.0 <4.0.0"
|
|
flutter: ">=2.5.0"
|
|
dependencies:
|
|
collection: ^1.15.0
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_web_plugins:
|
|
sdk: flutter
|
|
http: ">=0.13.3 <2.0.0"
|
|
meta: ^1.3.0
|
|
plugin_platform_interface: ^2.0.2
|
|
rive_common: 0.4.15
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
mocktail:
|
|
path: ^1.8.3 |