How to precache/preload Rive (.riv) animations?
I've found some info on how to preload Flare (.flr) animations but I can't find any info on how to export an animation from Rive as Flare.
Would be great if there was an example for either of these.
Many thanks
Yes same issue for me i'd like to precache .riv animations but couldn't find a way to do that .
@luigi-rosso Please if there is any updates tell us , Thank you!
We don't have an explicit API to do this yet.
One easy way to implement a similar concept is using a Flutter InheritedWidget to propagate your loaded RiveFiles to the rest of the widget hierarchy that needs it.
I have an observation,
If riv files are considered text blobs we already have it cacheable via assetbundel right?
I have an observation,
If riv files are considered text blobs we already have it cacheable via assetbundel right?
I didn't think about this would try it 😁
@HayesGordon Is there an update on when this could be shipped? Thank you!