flutter_cached_network_image icon indicating copy to clipboard operation
flutter_cached_network_image copied to clipboard

Fade Animation

Open Gmaffia596 opened this issue 1 year ago • 1 comments

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

Gmaffia596 avatar Apr 26 '24 08:04 Gmaffia596

Hi, I have the same issue!

rarazuma97 avatar Apr 26 '24 15:04 rarazuma97

I have filed a issue in octo_image for this and raised a PR to fix this

more details in this issue https://github.com/Baseflow/octo_image/issues/34

AshishSingh2001 avatar Jul 04 '24 07:07 AshishSingh2001