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
1
vote
1 answer

How to get .flr file from rive.app website?

i am new to rive animation and i noticed that rive.app website now allow use to download animation file in .rive format. It used to be .flr format. How do i get to download .flr again? Is this possible? thanks
1
vote
1 answer

How to expand Rive animation in Flutter?

I want to make rive animation background and feel whole screen. Changing height and width to MediaQuery... does not work. It changes size but proportion stays the same This is how rive widget looks like for me: Center( child:…
helloitsme3
  • 259
  • 3
  • 13
1
vote
1 answer

Rive's stateMachine with TextFiled

I Like to create animation that will follow the TextField text, here is video from Flutter YouTube. Now how can I follow the Target. Here is My rive file on rive.app or GitHub and Design.
Md. Yeasin Sheikh
  • 54,221
  • 7
  • 29
  • 56
1
vote
0 answers

Flutter Rive - animation doesn't change when changing Number input in state machine

I tried to play with boolean input and it worked really nice, but changing number input won't change the animation at all. I made sure couple of times animation is right, state machine name is correct and input name is correct as well. I tried…
1
vote
1 answer

How to compile a debug static library using LLVM clang

I am compiling a static library (Rive in this case) with iterator debug level of 2, to be compatible with all my other static libs in this project. The toolset is LLVM clang on Windows, targeting x64. Side note: The Rive project uses a different…
Projectitis
  • 343
  • 2
  • 9
1
vote
1 answer

setState() or markNeedsBuild() called during build when playing rive animation

I got error setState() or markNeedsBuild() called during build while I try to invoke this function: void togglePlay() { if (_controller == null) { return; } setState(() => _controller.isActive = !_controller.isActive); } Error…
helloitsme3
  • 259
  • 3
  • 13
1
vote
2 answers

Could not load animation before running it Rive web

I was trying to use an rive animation for my angular web app So as per the…
1
vote
1 answer

Q: How to play OneShotAnimations in reverse with new rive

I have an app where I have an animated check mark made in rive. It is a one shot animation and I want to play it and have it stay in the end of the animation once it's done and then also be able to reverse it when the user clicks on it again. I…
user15782390
1
vote
1 answer

How does Flame support Rive animation?

It's mentioned here under goals that flame has basic Rive support. I'm guessing it needs to be rendered on the flame canvas. Are there any relevant examples or tutorials which could give a basic idea as to how to use a one-shot rive animation in a…
1
vote
1 answer

Clean solution for Rive and Riverpod

In my flutter app I want to use Rive for animations and Riverpod for state management. So now I'm looking for a performant way to listen to the state of my provider to manage the state of my SMIInput. Currently I wrap the Rive widget with a…
1
vote
2 answers

How to run .riv animation in splash screen using flutter

Iam unable to run .riv animation in splash screen. Please help me to do so. I ran it simply, it is working but it's not working in splash screen. Help me with the code.
1
vote
0 answers

How to make a flare animation fullscreen in flutter?

I recently made an animation using Flare. I used flare_splash_screen package to use that animation as a splash screen in my flutter app. The problem I am facing is that I am unable to make the animation full screen on devices with notches and…
Junaid Tariq
  • 568
  • 8
  • 22
1
vote
1 answer

How to bypass Artboard in flutter (Rive)

How to bypass artboard? I want to move my button bottom the screen a little I use bottomNavigationBar but my button it high from bottom screen Example image Click Here bottomNavigationBar: Row( children: [ Expanded( child:…
MiniMark
  • 11
  • 2
1
vote
0 answers

Flutter Rive, Flare Actor syncing is not perfect

I have two of below GestureDetector( onTap: () { print("print anything"); }, child: Container( height: circleMainBtnSize, …
dontknowhy
  • 2,480
  • 2
  • 23
  • 67
1
vote
1 answer

Flutter animations, Flare VS GIF

I found that we can make amazing animations with Flare. but can't we do the same with using gifs files? What's the difference between Flare animations and using gif files in a Flutter app?
AliAzad
  • 227
  • 1
  • 2
  • 16