flutter_cache_manager
flutter_cache_manager copied to clipboard
Generic cache manager for flutter
## 🐛 Bug Report I have been seeing the following error message in `flutter_cache_manager` version `3.1.2`: ``` I/flutter (26728): 2021-10-02 16:48:34.376318 SEVERE main - [guarded] I/flutter (26728): ### _CastError: Null...
I'm upgrading from the previous version to 2.0.0 and trying to follow the new Customize instructions to use CacheManager instead of BaseCacheManager. The reference to IOFileSystem doesn't resolve. What am...
## 💬 Questions and Help If I understand the code correctly currently only 200 and 202 status codes are added to the cache. https://github.com/Baseflow/flutter_cache_manager/blob/c7881776325441f3900277499615981c40d12284/flutter_cache_manager/lib/src/web/web_helper.dart#L23-L24 In my case I have a...
## 💬 Questions and Help How can I preserve the file name of the cached object? I'm storing the file to share it posteriorly using the putFile method to save...
## 💬 Questions and Help My code was working fine while working on old version of **flutter_cache_manager**. Now I have upgraded to v3.1.2 Will you please help me to fix...
## 💬 Questions and Help In my application, I need to download several JSON files during startup. Each download is done in a "Future". Sometimes I get the log below,...
## 💬 Questions and Help Hi, is there an easy way to check during `.getSingleFile()` whether the returned file was pulled from the cache, or whether it was just downloaded?...
I see this in the README "See the complete docs for more info." but I don't see a link to the complete docs?
Hi, in the previous version 1.x.x, we can use the `await DefaultCacheManager().getFilePath()` syntax to get the default cache directory path. how should we get that path in the new version...
i used to think that maxAgeCacheObject, which was i guess replaced with stalePeriod worked like so: we download file -> mark some expiry date for it -> when it's expired...