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.
Questions tagged [rive]
102 questions
0
votes
2 answers
How do I play a Rive Animation in flutter
I am new to Rive and because there is close to no good documentation for Rive 2 I wanted to ask here. How do I play my Rive Animation in flutter? I copy + pasted the example that was on pub.dev for the rive dependecy and switched out their animation…

finnjgr
- 207
- 1
- 9
0
votes
0 answers
Rive/Flutter - type 'Artboard' is not a subtype of type 'RuntimeArtboard' in type cast
I'm using Rive to display animated splash screen with flutter, but I got this error in the first few seconds (while loading the file or before displaying the artboard):
type 'Artboard' is not a subtype of type 'RuntimeArtboard' in type cast
#0 …

Ansshkki
- 760
- 8
- 14
0
votes
1 answer
Trim paths in new RIVE
I'm making a loader animation by using RIVE.So in new RIVE there is no option for trim paths which was available in past RIVE. I searched about it but I didn't find anything about it.So how can we do that in new RIVE? Any way to do that? Please help…

Tharindu Gimras
- 33
- 3
- 14
0
votes
1 answer
Import Asset to Rive
I have a logo of my company, I would like to create and animation of fading image and use it as a splash screen, I can't figure out how to import the logo on https://preview-web.rive.app/ and start doing the work.

Rached Khalledi
- 187
- 1
- 1
- 8
0
votes
0 answers
How to scale Flare animation to fit card width?
I have a simple Stack with a Card, and on top of it a Flare animation. I want the animation to fit the width of the card and align to the bottom of the card. As it is, it is only covering roughly a third of the card, and is pretty much in the…

Code Poet
- 6,222
- 2
- 29
- 50
0
votes
1 answer
Flutter Flare, Rive, is it able to use for background?
I just succeed flutter-flare for my flutter widgets
but I could not find a example to use it for background (Container)
is this possible?

dontknowhy
- 2,480
- 2
- 23
- 67
0
votes
2 answers
Error running flare/ rive animation in flutter web
I have developed an app now using the same animation in the flutter web. But its throwing error. I have downloaded the binary file of flutter and provided it to the flare but it doesn't work. The same code works well in android but throwing error in…

UTKARSH Sharma
- 698
- 1
- 8
- 17
0
votes
0 answers
Can I use Rive / Flare animations as downloadable Flutter assets?
I have a requirement for downloadable animations in a flutter app. These animations will not be known at apk compile time so need to be downloaded. I know it is possible to download image or sound files, unzip them to the users directory…

atreeon
- 21,799
- 13
- 85
- 104
0
votes
1 answer
Rive(flare) files with Flutter show and works fine on QEMU Android Emulator but won't shows on a builted APK in real android device
Flutter Doctor:
[√] Flutter (Channel master, v1.14.7-pre.24, on Microsoft Windows [versão 10.0.18363.592], locale pt-BR)
[√] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[√] Chrome - develop for the web
[X] Visual…

Eric Lima
- 11
- 1
- 4
-1
votes
1 answer
Exception caught by widgets library Null check operator used on a null value
════════ Exception caught by widgets library ═══════════════════════════════════
Null check operator used on a null value
I'm performing an animation with River and it's giving this error specifically on Waving and Flyng
Animation link:…

user22228636
- 15
- 3
-1
votes
0 answers
How can I integrate Rive animations instead of tab bar item images using Swift in UIKit (Xcode)?
Could anyone guide through incorporating Rive animations as tab bar items in Swift using UIKit within Xcode?
Seeking assistance: How to integrate Rive animations as tab bar items in Swift using UIKit within Xcode? Explored multiple approaches,…
-1
votes
1 answer
How to get the Artboard with Nested Artboard in Flutter-Rive?
I use the resource https://rive.app/community/1714-4322-rives-animated-emojis/, and i want to get one of them. I don't know how to get the Nested Artboard!

alexdotnet
- 11
- 1