Questions tagged [rive]

Rive is a real-time interactive design tool that allows you to design, animate, and integrate your assets into any platform. Rive was formerly known as Flare.

102 questions
0
votes
0 answers

How to add nodes in a polygon in Rive?

I'm having the following situation: I have a polygon, a path of nodes like that: Now I want to add some more nodes, so edit the polygon. How can I add some nodes in the poligon? Thank you for your help I have alrady tryed to open the path at a…
Zwerg
  • 11
  • 3
0
votes
2 answers

Qwik Lottie also rive not working shows same error "useClientEffectQrl is not a function"

Qwik Lottie also rive not working shows same error "useClientEffectQrl is not a function". Someone please help me with this , I am not able to find the solution in the docs "Qwik version 1.0.0" . here is the code. import { component$ ,useStore }…
0
votes
0 answers

Execution failed for task ':rive_common:externalNativeBuildDebug'

Trying to use Rive package in flutter app. This is causing me an error that I cant seem to resolve. Earlier it wanted me to re-install ndk which I did and now it concerns CMAKE This is the stacktrace. Launching lib/main.dart on Redmi Note 9 Pro in…
Arjun Malhotra
  • 351
  • 2
  • 11
0
votes
1 answer

Flutter Only Loading Certain Rive (.riv) Files

I'm trying to incorporate some rive animations into my flutter app. The problem is only some animations load correctly and I can't figure out why. For example, this code works fine: class _GardenPage extends State { @override Widget…
Alex
  • 39
  • 5
0
votes
0 answers

How can I replace a component in rive file?

I have a .riv file which contains a static svg image (without any animations). File structure: artboard->image.svg/group1/group2/(groupA/groupB/groupC). Groups A, B, C contain various shapes, ellipses, etc. I have two questions: Can I change the…
0
votes
0 answers

i am getting this error : Invariant Violation: requireNativeComponent: "RiveReactNativeView" was not found in the UIManager

I am facing this issue on android, any solution to fix this? I tried npm install rive-react-native npx expo install rive-react-native
0
votes
1 answer

Is it possible to change the parameters of the Rive animation elements in android programmatically?

Is it possible to change the parameters of the Rive animation elements in android programmatically? I have a Rive animation, I need to change the color of one of its elements programmatically. I didn't find anything in the documentation and samples…
0
votes
0 answers

Higher Cpu usage using Flutter Rive

I am using Rive file for login animation which requires interaction like SMIBool, SMINumber etc. But when i initialize final controller = StateMachineController.fromArtboard(artboard.artboard, 'State Machine 1'); if (controller != null)…
Hamza Malik
  • 86
  • 1
  • 7
0
votes
0 answers

Flutter: Debug error when import rive package

I am new. I am building my first app but there is a difficult error. I created an animation and want to use it like a button. Tap on it and the animation starts. I try to use rive but can not run the app when importing rive.dart this is my…
ManDo
  • 1
  • 1
0
votes
1 answer

How to make customizable character in Rive

I want to make customizable character in rive to change his outfit during runtime in flutter, and because there is no way to change assets during runtime I added them in rive and joined to my amimated bones. But i cant find the way to change them…
Bohdan
  • 1
  • 1
0
votes
0 answers

My animation gets reset to idle position, is there any workaround for rebuilding of widgets when soft keyboard pops up? - Flutter

I a beginner in Flutter development and I was trying to replicate an animated login screen from this LinkedIn post. I am using Rive animations to make all the states required for the screen possible. A base rive file was available for the screen and…
0
votes
1 answer

Rive animation is really slow (in Blazor WASM) after re-routing to the page with animation (even with dispose implemented)

So I tried to display rive animation ("/" page) with Blazor WASM (basic template). When I click on Counter ("/counter" page) and back to index page ("/" page) lets say 20x animation is really freezing and maybe after 27x it takes 20s to even render…
Laftek
  • 33
  • 3
0
votes
0 answers

RIve Animation with State Machine in Android Java

I am using Rive Animation in a Android App in which I have State Machine with Some inputs, and I wanted to get the input values programmically in java code. How to do that Ex, I wanted to access Boolean 1 value from statemachine inputs…
Jayesh Hadke
  • 11
  • 1
  • 2
0
votes
1 answer
0
votes
0 answers

How play(), pause(), stop() functions work while using rive with Android Development in kotlin

I am trying to add a progress bar from rive to my android with kotlin, but when every i use play(), pause(), stop() methods, app crash. Can anyone plz, explain how to solve this and i have seen there are so many arguments we have to pass while using…
Jayesh Hadke
  • 11
  • 1
  • 2