[DO NOT MERGE] upgrade: update dependency rive to ^0.14.0 by renovate[bot] · Pull Request #746 · FlutterGen/flutter_gen · GitHub
Skip to content

[DO NOT MERGE] upgrade: update dependency rive to ^0.14.0#746

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

[DO NOT MERGE] 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
rive (source) dependencies minor ^0.13.0^0.14.0

Release Notes

rive-app/rive-flutter (rive)

v0.14.5

  • Add optional viewModelInstance parameter to File.artboardToBind, allowing a ViewModelInstance to be bound to a BindableArtboard. When provided, the view model instance is set on the artboard property in the core runtime.

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

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

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

@FlutterGen FlutterGen locked as resolved and limited conversation to collaborators Apr 8, 2026
@renovate renovate Bot force-pushed the upgrade-renovate-rive-0.x branch from f300da9 to 880cdbd Compare April 19, 2026 11:27
@AlexV525 AlexV525 marked this pull request as draft April 19, 2026 11:35
@renovate renovate Bot force-pushed the upgrade-renovate-rive-0.x branch from 880cdbd to a553b81 Compare April 19, 2026 11:35
@AlexV525 AlexV525 changed the title upgrade: update dependency rive to ^0.14.0 [DO NOT MERGE] upgrade: update dependency rive to ^0.14.0 Apr 19, 2026
@renovate renovate Bot force-pushed the upgrade-renovate-rive-0.x branch from a553b81 to 4d30926 Compare April 19, 2026 11:49
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