mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-11-05 07:00:26 +08:00
chore(flutter): release 0.14.0-dev.11 (#10795) 4410ff9038
Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
@ -1 +1 @@
|
|||||||
9a31b40b81fe73edd7eab45c5ff27316aff8243c
|
4410ff90382d622ed72a62b77f065c1d2ee57de7
|
||||||
|
|||||||
@ -1,3 +1,11 @@
|
|||||||
|
## 0.14.0-dev.11
|
||||||
|
|
||||||
|
Bumps to `rive_native: 0.0.14`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
- Graphics memory leak on Android when using the Rive Renderer.
|
||||||
|
|
||||||
## 0.14.0-dev.10
|
## 0.14.0-dev.10
|
||||||
|
|
||||||
Bumps to `rive_native: 0.0.13`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.
|
Bumps to `rive_native: 0.0.13`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: rive
|
name: rive
|
||||||
version: 0.14.0-dev.10
|
version: 0.14.0-dev.11
|
||||||
homepage: https://rive.app
|
homepage: https://rive.app
|
||||||
description: Rive Flutter Runtime. This package provides runtime functionality for Rive graphics built with the Rive editor available at https://rive.app
|
description: Rive Flutter Runtime. This package provides runtime functionality for Rive graphics 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
|
||||||
@ -20,7 +20,7 @@ dependencies:
|
|||||||
flutter_web_plugins:
|
flutter_web_plugins:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
meta: ^1.9.0
|
meta: ^1.9.0
|
||||||
rive_native: 0.0.13
|
rive_native: 0.0.14
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|||||||
Reference in New Issue
Block a user