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

Memory Cached #10

Open dekadevelop opened 4 years ago

dekadevelop commented 4 years ago

Hi, I used flutter_advanced_networkimage, but it didn't provide a nice FirebaseStorage File cache functionality as this one. But it was a lot nicer navigating through pages (also via Heroes widgets), because it provides a memory cache of the downloaded image (I guess). With flutter_cached_network_image the widgets has always to read from files, and it's slow, showing white/loading background all the time, fetching the image always, making Heroes widget not working. A perfect widget will be a fusion of both flutter_advanced_networkimage and flutter_cached_network_image

Would it be possibile to have also the benefits of memory caching?