oxequa / flutter_cache_image

Flutter plugin to load and cache network or firebase storage images with a retry mechanism if the download fails
GNU General Public License v3.0
34 stars 24 forks source link

Force reloading cached images #8

Open devonik opened 4 years ago

devonik commented 4 years ago

Hi,

is there a way to force reloading cached images ?

In my case I want to force the reload when the remote data is changed (same file name).

edukun commented 3 years ago

@Paul-Todd @Asoseil Any update on this?