2d-inc / Flare-Flutter

Load and get full control of your Rive files in a Flutter project using this library.
https://rive.app/
MIT License
2.55k stars 469 forks source link

Placeholder widget while animation is loading #300

Open danilofuchs opened 3 years ago

danilofuchs commented 3 years ago

When using rootBundle, the animation may take a while to load.

CachedImageNetwork library provides a placeholder and errorWidget builders as arguments.

Also, when switching between the placeholder and the actual image, it does a nice fade.

Perhaps Flare should do the same. At least adding a fade between a transparent widget and the loaded animation.