Baseflow / flutter_cached_network_image

Download, cache and show images in a flutter app
https://baseflow.com
2.4k stars 631 forks source link

Fade Animation #942

Open Gmaffia596 opened 1 month ago

Gmaffia596 commented 1 month ago

Hi all, I'm using CachedNetworkImage to render a lot of image from network. Everthing working fine, but when I quickly scroll up (viewing images that have already been rendered and cached) I see a lag which I imagine comes from the CachedNetworkImage fade animation.

I tried setting these two properties: fadeOutDuration: Duration.zero, fadeInDuration: Duration.zero, but the problem persists even if it is less perceptible.

Any ideas on how to fix it or to remove this fade animation?

I add a screenshot of how I'm using the CachedNetworkImage widget: image

rarazuma97 commented 1 month ago

Hi, I have the same issue!