rive-flutter icon indicating copy to clipboard operation
rive-flutter copied to clipboard

Flutter runtime for Rive

Results 133 rive-flutter issues
Sort by recently updated
recently updated
newest added

### Description When building apps using rive 0.10.x the `~/.pub-cache/hosted/pub.dev/rive_common-0.0.x` folder gets quite large ### Steps To Reproduce 1. clone https://github.com/mjtalbot/rive-demo 2. build for android `flutter build apk --debug` or...

bug
triage

### Description Some elements of an artboard seem to be positioned incorrectly. For detail, please see "Expected behavior". ### Steps To Reproduce Steps to reproduce the behavior: 1. Run the...

bug

### Description Including rive to my flutter app I am not able to use reproducible builds for F-droid. The issue is, that the `build-id` of `librive_text.so` depends on the path...

bug

One should never use rootBundle because it cannot be overridden for example during testing. It's better to use DefaultAssetBundle.of(context).

### Description My rive animation has many jank issues, the frame rate is always above 27ms And I can see slow frame in this video https://github.com/rive-app/rive-flutter/assets/2063905/23a6c792-ba96-436d-8195-9f3ed805ac82 It happens on both...

bug

I have problem with my users after update rive from 0.10.3 to 0.11.3 ### Description Fatal Exception: java.lang.RuntimeException: Unable to create application com.facemassage.ThisApplication: u2.d: java.lang.UnsatisfiedLinkError: No implementation found for void...

bug
triage

### Description I have a Rive StateMachine with 3 layers in it. When an input is fired I have different conditions that trigger animations on all 3 of the layers....

bug

I'm using rive 0.11.1, and I'm not able to build on Android, with the error: ``` [CXX1104] NDK from ndk.dir at C:\Program Files\Unity\Hub\Editor\2022.2.0f1\Editor\Data\PlaybackEngines\AndroidPlayer\NDK had version [23.1.7779620] which disagrees with android.ndkVersion...

bug
triage

We have this issue after update Rive to 4 version Fatal Exception: java.lang.RuntimeException: Unable to create application com.facemassage.ThisApplication: b3.d: a7.b: Could not find 'libjnirivebridge.so'. Looked for: [x86], but only found:...

bug

# Are additive animations supported in rive flutter ? Hello I have been trying to use the additve animation but its being skipped in my time machine, below you will...

bug
triage