flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

Generic cache manager for flutter

Results 182 flutter_cache_manager issues
Sort by recently updated
recently updated
newest added

## 🐛 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...

Plugin: flutter_cache_manager Version: ^3.4.1 When downloading media files (e.g., .mp4, .jpg, etc.) using CacheManager.downloadFile(), the cached file is always stored with a .bin extension, regardless of the original URL's file...

**Package**: [flutter_cache_manager] **Platform**: iOS **Error**: `DatabaseException(Error Domain=SqfliteDarwinDatabase Code=14 "unable to open database file")` --- ### 🔍 Description While using the package, I occasionally encounter the following error on iOS: ```...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Feature ### :arrow_heading_down: What is the current behavior? Flutter web has no persistent caching. Cache...

How can I use a custom key for caching instead of the url? When I use the CachedNetworkImage widget, I want to use the customized cache manager. My thought was...