mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-05-20 06:46:28 +08:00
Prepping for pub.
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
## [0.7.5] - 2021-04-30 14:43:29
|
||||
- Fixing an issue with StateMachine exitTime from states with animations that have a work area enabled.
|
||||
|
||||
## [0.7.4] - 2021-04-29 15:50:07
|
||||
- Fixing race condition that could occur when importing StateMachineInputs.
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
```yaml
|
||||
dependencies:
|
||||
rive: ^0.7.4
|
||||
rive: ^0.7.5
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
@ -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.4
|
||||
version: 0.7.5
|
||||
repository: https://github.com/rive-app/rive-flutter
|
||||
homepage: https://rive.app
|
||||
|
||||
|
Reference in New Issue
Block a user