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

İ couldnt find any information about it . I got this error but there is no reason . Anybody know smth ?? The following FormatException was thrown Thrown when reading...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Fixes an exception caused by empty json files ### :arrow_heading_down: What is the current behavior?...

just adding it to the list seems to do the job

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Bug fix. ### :arrow_heading_down: What is the current behavior? When the http response's Content-Type is...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Bug fix ### :arrow_heading_down: What is the current behavior? When there is a desync between...

I’ve encountered an issue with the stalePeriod setting in our CustomCacheManager when using it with cached_network_image. I tried setting different values, such as 1 minute, 1 day, and 15 days,...

[FirebaseCacheManager](https://github.com/Baseflow/flutter_cache_manager/blob/develop/flutter_cache_manager_firebase/lib/src/firebase_http_file_service.dart#L36) uses the `ref.getDownloadUrl()` which typically returns a url with a dynamic access token in the query string of the URL. Doesn't that mostly defeat the purpose of the cache,...

## 🐛 Bug Report The recent bug fix in the commit #469 does actually fix a serious bug which has been in the library for two years where the cache...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Bug fix ### :arrow_heading_down: What is the current behavior? The current behavior includes an issue...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) This PR is to resolve #141, supporting pass `timeout` for downloading. ### :arrow_heading_down: What is...