flutter_cache_manager
flutter_cache_manager copied to clipboard
Generic cache manager for flutter
## 🚀 Feature Requests I need setup a 5s max request timeout, I haven't found the api to do it ### Contextualize the feature ### Describe the feature ### Platforms...
As far as I'm aware, there's no way to retrieve files from iOS and Android. The functionality would be useful for things like media players, which need to provide the...
I have pre-cache all the relevant files on a device, and their thumbnails: ``` for (FileModel fileModel in FileModels) { await DefaultCacheManager().getSingleFile(fileModel.getUrl(resize: ImageResize.small)); await DefaultCacheManager().getSingleFile(fileModel.getUrl()); } ``` When a user...
Make sure the public API is fully documented.
I need to cleanup object over capacity , without 1 day time limit. Can support customize the "whereArgs subtract Duration"? //getObjectsOverCapacity ` whereArgs: DateTime.now().subtract(new Duration(days: 0)).millisecondsSinceEpoch `
i keep getting this issue when running on emulator E/flutter ( 4601): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method getDatabasesPath on channel com.tekartik.sqflite) E/flutter ( 4601): #0 MethodChannel.invokeMethod package:flutter/…/services/platform_channel.dart:300...
Hi, Thanks for such a great plugin. How can i control network timeout duration? Right now the error widget gets called after 3-5 mins when there is no connection. I...
Hi, thanks for the wonderful plugin i am using the cache manager andtrying to share an image from cache manager like so ``` try { final ByteData bytes = await...
``` Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, v1.7.8+hotfix.4, on Microsoft Windows [Version 10.0.17763.678], locale en-US) [!] Android toolchain - develop for Android...