Flare-Flutter icon indicating copy to clipboard operation
Flare-Flutter copied to clipboard

Placeholder widget while animation is loading

Open danilofuchs opened this issue 4 years ago • 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.

danilofuchs avatar Mar 31 '21 18:03 danilofuchs