mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-06-28 18:56:35 +08:00
chore: bump rive_common to v0.0.10
Diffs= d520a7ea4 chore: bump rive_common to v0.0.10 (#5406) Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
@ -1 +1 @@
|
|||||||
ad0d13cd66cec87c0f334b2cee1b3f7d92b0ce1a
|
d520a7ea4ce8176a160ba30515233c0aa3af5b11
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
## 0.11.3
|
||||||
|
- Bumps rive_common to add Android namespace to support Gradle 8 (issue [312](https://github.com/rive-app/rive-flutter/issues/312))
|
||||||
|
|
||||||
## 0.11.2
|
## 0.11.2
|
||||||
|
|
||||||
- Add parameter to specifcy headers on RiveAnimation.network widget
|
- Add parameter to specifcy headers on RiveAnimation.network widget
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: rive
|
name: rive
|
||||||
version: 0.11.2
|
version: 0.11.3
|
||||||
homepage: https://rive.app
|
homepage: 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.
|
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.
|
||||||
repository: https://github.com/rive-app/rive-flutter
|
repository: https://github.com/rive-app/rive-flutter
|
||||||
@ -15,7 +15,7 @@ dependencies:
|
|||||||
http: ^0.13.3
|
http: ^0.13.3
|
||||||
meta: ^1.3.0
|
meta: ^1.3.0
|
||||||
plugin_platform_interface: ^2.0.2
|
plugin_platform_interface: ^2.0.2
|
||||||
rive_common: 0.0.9
|
rive_common: ^0.0.10
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
Reference in New Issue
Block a user