chore(flutter): release 0.14.0-dev.11 (#10795) 4410ff9038

Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
HayesGordon
2025-10-16 14:39:04 +00:00
parent 006cc93767
commit 97016ce0c4
3 changed files with 11 additions and 3 deletions

View File

@ -1 +1 @@
9a31b40b81fe73edd7eab45c5ff27316aff8243c 4410ff90382d622ed72a62b77f065c1d2ee57de7

View File

@ -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.

View File

@ -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: