Skip to content

Bump rive from 0.13.20 to 0.14.4#1142

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/rive-0.14.4
Closed

Bump rive from 0.13.20 to 0.14.4#1142
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pub/rive-0.14.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps rive from 0.13.20 to 0.14.4.

Changelog

Sourced from rive's changelog.

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. 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.

Build & Platform Updates

  • Adds Swift Package Manager support. Resolves issue 557

0.14.2

  • Bumps to rive_native: 0.1.2. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.
  • Updated the minimum Flutter version to 3.28.0. The Android platform code requires the new onSurfaceCleanup and onSurfaceAvailable methods, see SurfaceProducer.
  • Add enumType string getter to ViewModelInstanceEnum which returns the name of the enum (not the property name).
  • Add valueStream<T> to data binding properties that are observable (implementations of ViewModelInstanceObservableValue), which returns a Stream<T>. For example:
ViewModelInstanceNumber? numberProperty = viewModelInstance!.number('age');
Stream<double> stream = numberProperty!.valueStream;

Fixes

  • Fixed iOS/macOS build issues when using custom schemes and flavors. See issue 594.

0.14.1

  • Adds runtime Rive Scripting support.
  • Bumps to rive_native: 0.1.1. Updates the Rive C++ runtime and renderer for the latest features, bug fixes, and performance improvements.

Fixes

  • Fixed 585 - missing artboard DataType enum.

0.14.0

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Mar 9, 2026
@dependabot dependabot bot force-pushed the dependabot/pub/rive-0.14.4 branch 3 times, most recently from fc1d0d7 to 38a1be0 Compare March 17, 2026 11:33
@dependabot dependabot bot force-pushed the dependabot/pub/rive-0.14.4 branch from 38a1be0 to d7293f0 Compare March 28, 2026 15:06
Bumps [rive](https://github.com/rive-app/rive-flutter) from 0.13.20 to 0.14.4.
- [Release notes](https://github.com/rive-app/rive-flutter/releases)
- [Changelog](https://github.com/rive-app/rive-flutter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rive-app/rive-flutter/commits)

---
updated-dependencies:
- dependency-name: rive
  dependency-version: 0.14.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/rive-0.14.4 branch from d7293f0 to ad0f59c Compare March 28, 2026 19:50
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2026

Superseded by #1173.

@dependabot dependabot bot closed this Apr 13, 2026
@dependabot dependabot bot deleted the dependabot/pub/rive-0.14.4 branch April 13, 2026 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update Dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants