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

## 🚀 Feature Requests Upgrade for http: ^1.0.0 ### Contextualize the feature ### Describe the feature ### Platforms affected (mark all that apply) - [x] :iphone: iOS - [x] :robot:...

please help me when i get pub get show this error Because flutter_cache_manager 3.3.0 depends on http ^0.13.0 and no versions of flutter_cache_manager match 3.3.0 =5.0.0 depends on http ^1.0.0,...

## 🚀 Feature Requests Currently, the getFileFromMemory function retrieves file data asynchronously using async/await. However, in certain scenarios, it would be beneficial to retrieve the data synchronously without waiting for...

### :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 closing the `CacheManager` (using whatever...

## 🐛 Bug Report I am experiencing an issue while using the `flutter_cache_manager` package along with the `cached_network_image` package in my Flutter project. I have set the `cacheManager` property and...

## 💬 Questions and Help The file I'm try to cache does not provide a cache-control header. Is it possible to force this using fileService on a CustomCacheManager?

## 🚀 Feature Requests I would like to read all the currently cached keys. Or to be able to check if a certain key is already cached. ### Contextualize the...

## 🐛 Bug Report sqflite-2.2.6/android/src/main/java/com/tekartik/sqflite/Database.java:94: [deprecation] ### Expected behavior Without this warning ### Configuration Flutter 3.7.11 • channel stable • https://github.com/flutter/flutter.git Framework • revision f72efea43c (6 days ago) • 2023-04-11...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Otherwise it prints sth like "... cache manageranymore" (missing a space) ### :arrow_heading_down: What is...

## 🚀 Feature Requests I would like to have more logs, and be able to change the level from the constructor parameters. ### Contextualize the feature Currently there are logs...