Baseflow / flutter_cached_network_image

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

Does this cache image package even works ? #882

Open michalss opened 1 year ago

michalss commented 1 year ago

Hi,

Im sorry but to me this package does not work really with android tv. Not sure where files get cached, but its seem like it always load all images from url all over again.. Is there any mechanism hot to check if file is present in cache and if has been used ?

Also question about routing. If i go back to page, again it seems that images gets downloading again... :( Im no sure might flutter_cache_manager does not work properly... hard to say. I will make sem perf test but im pretty sure it will failed..

Regards

williamsilva-98 commented 11 months ago

I'm facing the same issue. When I get back to the page where my images are, they all get reloaded.

Faiz-rhm commented 11 months ago

i am having the same issue, any solutions yet?

tomasweigenast commented 8 months ago

Same here. When I load the image for the first time, it works perfectly and it gets even cached. When I navigate to a route where another CachedNetworkImage widget is present and then come back, the first CachedNetworkImage gets destroyed (what I think) because I shows the loading indicator again, but it loads the local file (I debugged it). Now, if I navigate to a route that does not contain any CachedNetworkImage widget and then come back, nothing happens, the image is still loaded in the first route like it didn't get destroyed. @renefloor

HaijunWei commented 2 months ago

This is not a cache package issue.

https://github.com/flutter/flutter/issues/153265