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 I am using the Rive package in order to have some nice animations within my Flutter application and I have 2 doubts: I have an animation where some...

bug

### Description When compiling a project to APK with Rive as a dependency, certain optimizations are disabled. This is the compiler message: [ +1 ms] Warning: RiveCoreContext.setObjectProperty from package:rive/src/generated/rive_core_context.dart is...

bug

Hey, I am trying to change the color of a component called "body" in a rive asset but it's not reflecting. ``` // code to change color: ElevatedButton( onPressed: ()...

bug

**Fixes:** - Bumped android gradle plugin version to fix `No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi` which was causing `BUILD FAILED` for examples. -...

I have many Animations in a StateMachine. I want to trigger an animation only when I press on that animation in a Flutter application. Any Idea?

### Description I´m experiencing reloading of rive assest in my widget tree, I would like to set a key so that flutter know to reuse the same widget. However the...

bug

I believe this can be done, after all cache stores bytes and this what the RiveFile wants right? It would be nice if we can leverage root bundle and warmup...

enhancement

### Description TickerMode [1] is used in flutter to turn off animations for a subtree. However, it appears that rive is not respecting the setting. [1] https://master-api.flutter.dev/flutter/widgets/TickerMode-class.html ### Steps To...

bug

### Description There are a number of types that we can access by using the public API that are not exposed in `lib/rive.dart`. In order to access them, we need...

bug

![image](https://user-images.githubusercontent.com/24454722/137631886-2d3f52d0-1ba9-4270-9744-6b09f91c6529.png) **This is the log from chrome from my deployed web app** while in debug the file loads with no issue !! ![image](https://user-images.githubusercontent.com/24454722/137632076-b3034f55-a6ac-469b-9862-dbabc3a27752.png) **This is my file structure** ![image](https://user-images.githubusercontent.com/24454722/137632155-7884f301-1260-4a69-8915-105ca25b856a.png) **This...