mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-07-27 10:23:51 +08:00
Prepping for pub.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
|
||||
## [0.7.2] - 2021-04-12 16:57:54
|
||||
- Breaking change! StateMachineInput has been renamed to SMIInput to follow conventions in other runtimes and clearly disambiguate between core.StateMachineInput (the backing type in Rive's core system, which is not explicitly exposed to this runtime) and the input instances which should be used by controllers in the Flutter ecosystem.
|
||||
- New examples showing use of number, boolean, and trigger inputs.
|
||||
|
||||
## [0.7.1] - 2021-04-06 16:19:04
|
||||
- Fixes an issue with hold keyframes not loading properly.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: rive
|
||||
description: Rive 2 Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app.
|
||||
version: 0.7.1
|
||||
version: 0.7.2
|
||||
repository: https://github.com/rive-app/rive-flutter
|
||||
homepage: https://rive.app
|
||||
|
||||
|
Reference in New Issue
Block a user