Updating for pub.

This commit is contained in:
Luigi Rosso
2021-05-07 19:44:35 -07:00
parent 37adf790ee
commit df1ed3e288
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
## [0.7.8] - 2021-05-07 19:42:34
- Blend states! Support for 1D and Additive blend states.
## [0.7.7] - 2021-05-04 16:00:00 ## [0.7.7] - 2021-05-04 16:00:00
- Updates dependency versions - Updates dependency versions

View File

@ -10,7 +10,7 @@
```yaml ```yaml
dependencies: dependencies:
rive: ^0.7.6 rive: ^0.7.8
``` ```
## Examples ## Examples

View File

@ -1,6 +1,6 @@
name: rive 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. 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.7 version: 0.7.8
repository: https://github.com/rive-app/rive-flutter repository: https://github.com/rive-app/rive-flutter
homepage: https://rive.app homepage: https://rive.app