flutter_cache_manager
flutter_cache_manager copied to clipboard
Generic cache manager for flutter
got an error var file = await FirebaseCacheManager().downloadFile(url); firebase_storage/unknown] location should not be a full URL. i have already given the full address String url = 'https://firebasestorage.googleapis.com/v0/b/feel-the-kiss.appspot.com/o/audios%2F10.wav?alt=media&token=ea66d553-e46d-45e7-90e7-29477d4305b1'; i am unable...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Hard to say, sort of a bug fix. ### :arrow_heading_down: What is the current behavior?...
## 🐛 Bug Report - Getting "HttpException: Invalid statusCode: 403" error ### Expected behavior - I am trying to cache a video file from an open https url: - -...
## 🐛 Bug Report Unable to retrieve git packages because of using git://github.com/ instead of https://github.com/ Git error. Command: `git clone --mirror git://github.com/Baseflow/baseflow_plugin_template.git C:\src\flutter\.pub-cache\git\cache \baseflow_plugin_template-4fbabee1114b5508a9ffc49dfff58dc6ce1c5577` stdout: stderr: Cloning into bare...
## 🐛 Bug Report When using the flutter_cache_manager within Dart 2.15 within Flutter 2 I get sometime this Fail with SQLite. Error: SqfliteDatabaseException DatabaseException(attempt to write a readonly database (code...
## 💬 Questions and Help I want to do widget testing on a CircleAvatar, but to mock the image I need to pass an asset file. But, as I pass...
## 💬 Questions and Help Hi there I'm wanting to keep stale image files around so that, if the user is offline, the stale one is served rather than checking...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Some changed export file ### :arrow_heading_down: What is the current behavior? The behaviour is the...
I need to also cache http requests for Flutter Web. Will there be an upcoming update or is there any other solution for this? I don't find much information on...
## 💬 Questions and Help I have searched through the documentation and existing issues but have not found anything with regards to adding a body in the request. Is there...