flutter_cache_image
flutter_cache_image copied to clipboard
Flutter plugin to load and cache network or firebase storage images with a retry mechanism if the download fails
Library updated: firebase_storage: ^10.2.16 path_provider: ^2.0.10
Please add the ability to cache dynamic link images. Thank you.
Hi! Will this be updated to firebase_storage version 4.0+?
```dependencies: flutter: sdk: flutter firebase_storage: git: url: git://github.com/danysz/flutterfire.git ref: master path: packages/firebase_storage # The following adds the Cupertino Icons font to your application. cache_image: ^1.0.5 # Use with the CupertinoIcons...
Will be nice if the url can accept blank spaces in the file name. Will also be nice to show progress indicator while loading the image. Finally, having the possibility...
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).
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),...