flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

Generic cache manager for flutter

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

Can you expose the `WebHelper` class publicly in the package? It would be useful, because currently, you allow us to write our own extensions of the `BaseCacheManager`; however, if we...

## 🐛 Bug Report When i call the `removeFile()` i see that the cached file is deleted into `/data/user/0/fr.serialtrip/cache/libCachedImageData` But not into the database **libCachedImageData.db** When I see the code,...

type: bug

this is very small change - allow to pass some config parameters to FirebaseCacheManager to not reimplement it to do this

I've been using flutter_cache_manager within my application and, in general, it's been a life saver for me. So please allow me to start by thanking the team for working on...

type: enhancement

We can set max number of cached files and a life span. But i could not find a way to set a maximum size limit. If we can set lets...

type: enhancement

Hi, thank you for a great project simplifying persistent caching in flutter! ## 🚀 Feature Requests Eviction based on cache size. It seems the only policy available is number of...

## 🚀 Feature Requests Support to manually trigger CacheStore._cleanupCache() ### Describe the feature In current CacheStore implementation _cleanupCache() function is triggered 10 seconds later after every call to CacheStore.retrieveCacheData function....

I have this problem when I try to refresh something from the table: Exception has occurred. NoSuchMethodError (NoSuchMethodError: The getter 'month' was called on null. Receiver: null Tried calling: month)...

## 🐛 Bug Report 1. Load a file image with max-age = 5 second (there is overriden value of 0 seconds with 7 days - which is not good actually)....

## 🏗 Enhancement Proposal ### Pitch Hi, could you please add support for HttpStatus Code 206 partial content please. My use cases involves binary data and each file uses the...

type: enhancement