You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: