Flare-Flutter
Flare-Flutter copied to clipboard
Placeholder widget while animation is loading
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.