mirror of
https://github.com/rive-app/rive-flutter.git
synced 2026-03-13 08:32:10 +08:00
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:
@@ -1 +1 @@
|
||||
bc003d5d8754ca4bf2c861edb12fc08405aa1389
|
||||
ff2554c2588ef7c301f6b683367d94400829ea22
|
||||
|
||||
12
CHANGELOG.md
12
CHANGELOG.md
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user