flutter_cache_manager
flutter_cache_manager copied to clipboard
Generic cache manager for flutter
`pedantic` has been removed in yaml, but not released in `3.3.0`.
## 💬 Questions and Help Hello, I have a question - how can I access the file from in-memory storage synchronously, ideally without touching the file system IO? The `getFileFromMemory()`...
## 🐛 Bug Report When retrieving the cache data few of the special characters are getting corrupted Example char ==== ` ### Expected behavior The data should not be replaced...
## 🏗 Enhancement Proposal Support `firebase_storage` >= 11 Currently the package fails with the following error: ``` Because flutter_cache_manager_firebase 2.0.1 depends on firebase_storage >=8.0.0 2.0.1 =8.0.0
## 🐛 Bug Report When setting a custom `stalePeriod` on web, the cache remains valid and the browser will access data via the cache rather than sending out a fresh...
## 🐛 Bug Report Hi I'm using DefaultCacheManager to read a file from an URL like bellow : ``` DefaultCacheManager().emptyCache(); file = await DefaultCacheManager() .getSingleFile(url) .onError((error, stackTrace) { isRead =...
## 🚀 Feature Requests ### Contextualize the feature ? Not even sure what the question means. ### Describe the feature I was profiling a long task that opens a couple...
` Im using **flutter_cache_manager: ^3.3.1** and the stale period its not working properly. its not automatically deleting the files. final cacheManager = CacheManager( Config( id, stalePeriod: Duration(seconds: 60), maxNrOfCacheObjects: 10,...
## 🐛 Bug Report occasionally this error is generated when initializing CacheManager with JsonCacheInfoRepository ``` Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: FormatException: Unexpected end of input (at character 1) ^ at .jsonDecode(dart:convert) at...
## 🐛 Bug Report Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError Invalid argument(s): No host specified in URI. Error thrown . _HttpClient.openUrl (dart:_http) IOClient.send (io_client.dart:88) HttpFileService.get (file_service.dart:37) WebHelper._download (web_helper.dart:115) WebHelper._updateFile (web_helper.dart:97) WebHelper._downloadOrAddToQueue (web_helper.dart:65) ###...