flutter_cached_network_image icon indicating copy to clipboard operation
flutter_cached_network_image copied to clipboard

Does this cache image package even works ?

Open michalss opened this issue 8 months ago • 3 comments

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

michalss avatar Oct 08 '23 15:10 michalss

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

williamsilva-98 avatar Nov 06 '23 19:11 williamsilva-98

i am having the same issue, any solutions yet?

Faiz-rhm avatar Nov 27 '23 09:11 Faiz-rhm

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

tomasweigenast avatar Feb 29 '24 19:02 tomasweigenast