Baseflow / Baseflow/flutter_cache_manager
getFileFromMemory() method still uses file system IO and returns a Future
Open
- Dominant language
- Dart
- Stars
- 809
- Forks
- 510
- Avg merge
- 6m
- Merged PRs (30d)
- 1
Description
## 💬 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()` method returns future, and I really need the file access to be instantaneous.
Contributor guide
Assessment
This issue has not been assessed yet.