mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-11-03 13:56:39 +08:00
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:
@ -1 +1 @@
|
|||||||
1f5e950a28307a6cb100f80b8c922a05a60a77a5
|
2f8251e8b9b9b98ae61144c3be87cb970db2e35e
|
||||||
|
|||||||
@ -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.
|
- 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.
|
- 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`.
|
- 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 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 [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
|
## 0.14.0-dev.8
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: rive
|
name: rive
|
||||||
version: 0.14.0-dev.8
|
version: 0.14.0-dev.9
|
||||||
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.11
|
rive_native: 0.0.12
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|||||||
Reference in New Issue
Block a user