Skip to content

upgrade: update dependency rive to ^0.14.0#746

Open
renovate[bot] wants to merge 1 commit intomainfrom
upgrade-renovate-rive-0.x
Open

upgrade: update dependency rive to ^0.14.0#746
renovate[bot] wants to merge 1 commit intomainfrom
upgrade-renovate-rive-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 7, 2026

This PR contains the following updates:

Package Type Update Change Pending
rive (source) dependencies minor ^0.13.0^0.14.0 0.14.5

Release Notes

rive-app/rive-flutter (rive)

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

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

v0.14.2

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

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

v0.14.0

Major release, see the updated docs and migration guide:

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

Fixes
  • Fixed Android build issues in certain environments. See issue 555. Build commands are now executed from Gradle instead of CMakeLists, and the setup process automatically skips rive_native:setup if the required libraries are already downloaded.
  • Fixed 570 - setState called after dispose. Add cancellation checks to prevent stale state updates.
Build & Platform Updates
  • Android: Added support for skipping automated setup by setting rive.native.skipSetup=true in your app's gradle.properties. When enabled, you must manually run dart run rive_native:setup --verbose --clean --platform android to download the required libraries.

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Only on Wednesday (* * * * 3)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from AlexV525, lcdsmao and wasabeef as code owners April 7, 2026 18:15
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 7, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: packages/core/test_resources/integration_versions/pubspec.lock
Command failed: dart pub upgrade rive
Failed parsing lock file:

Error on line 7, column 7 of pubspec.lock: Content-hash has incorrect length
   ╷
7  │ ┌       name: rive
8  │ │       sha256: "abc123"
9  │ │       url: "https://pub.dev"
10 │ │     source: hosted
   │ └────^
   ╵

Consider deleting the file and running `dart pub get` to recreate it.

@FlutterGen FlutterGen locked as resolved and limited conversation to collaborators Apr 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants