chore: publish 0.14.0-dev.9 (#10691) 2f8251e8b9

Feature: add support for multitouch (#9581) 12764e9a3b
add support for multitouch

feature: add toggle to make scroll constraint not interactive (#10680) 0b069a9936
* feature: add toggle to make scroll constraint not interactive

chore: improve iteration of data bound list (#10625) 8385ec62ed
improve iteration of data bound list

Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
HayesGordon
2025-10-01 18:15:21 +00:00
parent 48e6a77fc1
commit bc2f8e8d53
3 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
1f5e950a28307a6cb100f80b8c922a05a60a77a5
2f8251e8b9b9b98ae61144c3be87cb970db2e35e

View File

@ -1,4 +1,6 @@
## Upcoming
## 0.14.0-dev.9
Bumps to `rive_native: 0.0.12`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.
- Reduced the number of texture allocations made when resizing widgets using `Factory.rive`, improving memory efficiency and performance.
- Enhanced painting and texture creation behavior when resizing widgets or windows with `Factory.rive`, resulting in smoother widget resizing.
@ -11,6 +13,7 @@
- Resolved [an issue](https://community.rive.app/c/support/rive-native-rendering-visible-aliasing-jagged-edges) where upscaling Rive widget transforms resulted in blurry textures when using `Factory.rive`.
- Fixed layout problems that occurred when certain `Fit` modes were used and the user switched to a different DPI screen.
- Fixed [487](https://github.com/rive-app/rive-flutter/issues/487) - automatically advances/paints a graphic when updating any view model property or any state machine input.
- Fixed instances where pointer exit was not working
## 0.14.0-dev.8

View File

@ -1,5 +1,5 @@
name: rive
version: 0.14.0-dev.8
version: 0.14.0-dev.9
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
repository: https://github.com/rive-app/rive-flutter
@ -20,7 +20,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
meta: ^1.9.0
rive_native: 0.0.11
rive_native: 0.0.12
dev_dependencies:
flutter_test: