Fade Animation
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:
Hi, I have the same issue!
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