chore(flutter): release 0.14.4 (#11797) ff2554c258

* chore(flutter): release 0.14.4

* docs: update linux readme support

Co-authored-by: Gordon <pggordonhayes@gmail.com>
This commit is contained in:
HayesGordon
2026-03-03 14:42:19 +00:00
parent a033d05081
commit 53d173c4c4
4 changed files with 15 additions and 5 deletions

View File

@@ -1 +1 @@
bc003d5d8754ca4bf2c861edb12fc08405aa1389
ff2554c2588ef7c301f6b683367d94400829ea22

View File

@@ -1,9 +1,19 @@
## Upcoming
## 0.14.4
- Bumps to `rive_native: 0.1.4`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.
### Fixes
- Fixed an issue where `RivePanel` intercepted all pointer events. Hit testing now respects each `RiveWidget`'s configured `hitTestBehavior`.
### Build & Platform Updates
- Rive Renderer support for Linux
- Linux is now fully supported. Known issue: arm64 builds are not yet included; for now, build manually: https://rive.app/docs/runtimes/flutter/rive-native#building-rive-native
- Fixes a build issue where scripting build files were missing. We previously did not include the `scripting` folder, which is now required by other build files.
- Fixed a build issue when running ``dart run rive_native:setup --build`.
- Resolves `dart run rive_native:setup` concurrency issue [rive-flutter#609](https://github.com/rive-app/rive-flutter/issues/609). Downloads now use a unique temporary directory to support concurrent CLI runners.
## 0.14.3
- Bumps to `rive_native: 0.1.3`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.

View File

@@ -106,7 +106,7 @@ flutter run --no-enable-impeller
| Android | ✅ | ✅ |
| macOS | ✅ | ✅ |
| Windows | ✅ | ✅ |
| Linux | | |
| Linux | | |
| Web | ✅ | ✅ |
Be sure to read the [platform specific considerations](platform_considerations.md) for the Rive Flutter package.

View File

@@ -1,5 +1,5 @@
name: rive
version: 0.14.3
version: 0.14.4
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.1.3
rive_native: 0.1.4
dev_dependencies:
flutter_test: