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

Fixes non unique names for cached images #7

Closed Paul-Todd closed 4 years ago

Paul-Todd commented 4 years ago

If you have two different URI's with the same URI but different query parameters this does not appear to work and treats the uri as the same.

This Fixes issue #6

fabiancabau commented 4 years ago

@Asoseil is there a way to keep both behaviours by adding a parameter?