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

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) - Adds bugfix for #436 - Adds a test `Outdated cacheFile should call to web,...

## 🐛 Bug Report Moving https://github.com/Baseflow/flutter_cached_network_image/issues/898 to here. https://github.com/Baseflow/flutter_cache_manager/blob/32b71c1da1689b97434959ac407b03b74d7e405c/flutter_cache_manager/lib/src/cache_manager.dart#L137-L157 Currently, in `CacheManager._pushFileToStream` when a `cacheFile` exists, the cached content is emitted, and if it is outdated, a network request is...

## 🐛 Bug Report When using the downLoadWithProgress function to download a file with a specific URL, an "Connection closed while receiving data" error is triggered ### Expected behavior I...

## 🐛 Bug Report While downloading an image from a webserver the cache manager decides to create a filename ending with .* which is not permitted on windows. ### Expected...

## 🚀 Feature Requests The default `CacheManager` is great, and automatic caching is great. But for some files, I need to manually download them to cache, using `downloadFile`, great. But...

I was expecting to get a function to see the total size of the app cached before knowing if it was a good moment to clear the cache. I don't...

After executing await DefaultCacheManager().emptyCache(); to clear cache, and immediately refresh images, I get exceptions in the library code trying to delete non existing files. **I have noticed 3 missing awaits...

## 💬 Questions and Help I'm trying to download 20 images from the server, which is just 17 MB in total. However, the RAM uses up to about 200 MB...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) feature ### :arrow_heading_down: What is the current behavior? The FileSystem, IOFileSystem and MemoryCacheSystem can't be...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Updates the Firebase Storage dependency. Also increases Dart SDK to include the newly-release 3.0.0. I...