2d-inc/Flare-Flutter

Placeholder widget while animation is loading

danilofuchs opened this issue · 0 comments

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.