Skip to content

upgrade: update dependency rive to v0.14.4#743

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

upgrade: update dependency rive to v0.14.4#743
renovate[bot] wants to merge 1 commit intomainfrom
upgrade-renovate-rive-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 17, 2026

This PR contains the following updates:

Package Type Update Change
rive (source) dependencies minor ^0.13.00.14.4

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: Branch creation - Only on Wednesday ( * * * * 3 ) in timezone Asia/Tokyo, 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
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 17, 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.

@renovate renovate bot force-pushed the upgrade-renovate-rive-0.x branch from fbabdfb to 190f636 Compare March 17, 2026 18:06
@AlexV525 AlexV525 closed this Mar 18, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 18, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.14.4). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the upgrade-renovate-rive-0.x branch March 18, 2026 01:14
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (62406e9) to head (190f636).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##             main   #743       +/-   ##
=========================================
- Coverage   96.69%      0   -96.70%     
=========================================
  Files          24      0       -24     
  Lines         969      0      -969     
=========================================
- Hits          937      0      -937     
+ Misses         32      0       -32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant