flutter_cache_manager
flutter_cache_manager copied to clipboard
Generic cache manager for flutter
## 🐛 Bug Report Hello everyone, when I want to build the app for Android, the apk is built in flutter build apk --release mode without error, but when I...
## 🐛 Bug Report ### Expected behavior Load image list ### Reproduction steps More image cache lists are loaded at the same time ### Configuration **Version:** "3.4.1" **Platform:** - [x]...
Hi, I can't retrieve a cached file image through the DefaultCacheManager().getSingleFile or DefaultCacheManager().getFileStream methods on a web browser. it always returns null. Does somebody have a functional sample?
## 🐛 Bug Report The ui is getting jumbled and freezing when I am using the package. It worked fine a week ago. When using Default image.network it works. It...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) This PR Introduces Progressive JPEG loading and prepare the handling of other "progressive" formats ###...
## 💬 Questions and Help Here I'm using cached_network_image to loading network image. It may not exists with the giving image url, when I get 404 from errorListener, I async...