mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-05-17 13:26:03 +08:00
Version bump to fix build issue in pub
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
## [0.7.16] - 2021-06-11 12:00:00
|
||||
- Fixes broken build issue in 0.7.15
|
||||
|
||||
## [0.7.15] - 2021-06-10 12:00:00
|
||||
- Adds linear animation and state machine getters to RuntimeArtboard
|
||||
- RiveAnimation now takes lists of animation and state machine names and plays all of them.
|
||||
- NOTE: this build is broken
|
||||
|
||||
## [0.7.14] - 2021-06-10 11:57:35
|
||||
- Fixed an issue with State Machine exit time and one shot animations.
|
||||
|
@ -8,7 +8,7 @@ Runtime docs are available in [Rive's help center](https://help.rive.app/runtime
|
||||
|
||||
```yaml
|
||||
dependencies:
|
||||
rive: ^0.7.15
|
||||
rive: ^0.7.16
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
|
@ -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.15
|
||||
version: 0.7.16
|
||||
repository: https://github.com/rive-app/rive-flutter
|
||||
homepage: https://rive.app
|
||||
|
||||
|
Reference in New Issue
Block a user