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

``` 1 Dart.0 BaseCacheManager.getFile(package:flutter_cache_manager/src/cache_manager.dart:120) -- 2 Dart.1 CachedNetworkImageState._animatedWidget(package:cached_network_image/src/cached_image_widget.dart:261) 3 Dart.2 CachedNetworkImageState.build(package:cached_network_image/src/cached_image_widget.dart:194) 4 Dart.3 StatefulElement.build(package:flutter/src/widgets/framework.dart:3825) 5 Dart.4 ComponentElement.performRebuild(package:flutter/src/widgets/framework.dart:3739) 6 Dart.5 Element.rebuild(package:flutter/src/widgets/framework.dart:3565) 7 Dart.6 ComponentElement._firstBuild(package:flutter/src/widgets/framework.dart:3722) 8 Dart.7 StatefulElement._firstBuild(package:flutter/src/widgets/framework.dart:3864) 9 Dart.8 ComponentElement.mount(package:flutter/src/widgets/framework.dart:3717) ```...

[ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: FileSystemException: Directory listing failed, path = '/data/user/0/com.example.cachedemo/cache/customCache/'

Improve testability and add unit tests.

Hey together, there is an issue with the flutter_cache_manager which is only happening sometimes on android. At this point we are not sure under wich circumstances, but most of the...

## 🐛 Bug Report It starts to use a lot of memory and the application crashes when switching pages in the bottom bar. and I got `stop reason = EXC_RESOURCE...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) With this PR, the right section on pub.dev will show the View/report issues link to...

## 🐛 The cached files aren't being removed after the stale duration is over! With Custom Cache Manager, the stale duration isn't working! It's not removing the file after the...

## 🐛 Bug Report Trying to download from the following uri: https://traffic.megaphone.fm/ROOSTER7204211183.mp3?updated=1708735557 results in the exception: ClientException: Redirect limit exceeded, uri=https://traffic.megaphone.fm/ROOSTER7204211183.mp3?updated=1708735557 ### Expected behavior Download the file. ### Reproduction steps...

## Auto Extend Longevity (Maybe Boolean) an option to auto-extend the cached file's expiration date or longevity. ### Contextualize the feature It would be great, since, for example, like my...