Skip to content

Commit 53d173c

Browse files
HayesGordonHayesGordon
andcommitted
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>
1 parent a033d05 commit 53d173c

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bc003d5d8754ca4bf2c861edb12fc08405aa1389
1+
ff2554c2588ef7c301f6b683367d94400829ea22

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1-
## Upcoming
1+
## 0.14.4
2+
3+
- Bumps to `rive_native: 0.1.4`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.
24

35
### Fixes
46

57
- Fixed an issue where `RivePanel` intercepted all pointer events. Hit testing now respects each `RiveWidget`'s configured `hitTestBehavior`.
68

9+
### Build & Platform Updates
10+
11+
- Rive Renderer support for Linux
12+
- 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
13+
- 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.
14+
- Fixed a build issue when running ``dart run rive_native:setup --build`.
15+
- 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.
16+
717
## 0.14.3
818

919
- Bumps to `rive_native: 0.1.3`. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ flutter run --no-enable-impeller
106106
| Android |||
107107
| macOS |||
108108
| Windows |||
109-
| Linux | | |
109+
| Linux | | |
110110
| Web |||
111111

112112
Be sure to read the [platform specific considerations](platform_considerations.md) for the Rive Flutter package.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rive
2-
version: 0.14.3
2+
version: 0.14.4
33
homepage: https://rive.app
44
description: Rive Flutter Runtime. This package provides runtime functionality for Rive graphics built with the Rive editor available at https://rive.app
55
repository: https://github.com/rive-app/rive-flutter
@@ -20,7 +20,7 @@ dependencies:
2020
flutter_web_plugins:
2121
sdk: flutter
2222
meta: ^1.9.0
23-
rive_native: 0.1.3
23+
rive_native: 0.1.4
2424

2525
dev_dependencies:
2626
flutter_test:

0 commit comments

Comments
 (0)