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

I need to enforce a specific extension to the cached file whatever the MIME type of the file is. It would be nice to have an option for that, for...

## πŸ› Bug Report Hi, I'm having a DatabaseException on the application's first load, when it tries to setup the database for the cache. The cache stays unusable for this...

## πŸ› Bug Report Getting DatabaseException(attempt to re-open an already-closed object flutter_cache_manager(v3.3.0) is indirectly used in our app because we use CachedNetworkImageProvider to display images in our app We get...

Let's assume that I have not defined any `stalePeriod` or `maxNrOfCacheObjects` and the cache in the phone is full. What happens then? Will nothing more be loaded? Or does the...

On linux, /tmp is most of the time an in memory filesystem, wipe out after a reboot. So for a long term cache, this does not work, unless you can...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Feature from #424 ### :arrow_heading_down: What is the current behavior? No current behaviour ### :new:...

## πŸš€ Feature Requests Should work the same as getFileFromCache ### Contextualize the feature Not always everyone need to download image through your plugin. For example if someone is using...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Bug Fix https://github.com/Baseflow/flutter_cache_manager/issues/184 ### :arrow_heading_down: What is the current behavior? Throws PathNotFoundException when deleting files...

## πŸ— Enhancement Proposal Since the [package file](https://pub.dev/packages/file/changelog) is now at v7.0.0 , to be Dart3 compliant, it would nice if flutter_cache_manager also upgrades its dependencies to include file version...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) This change is in between a bug fix and a new feature. ### :arrow_heading_down: What...