flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

getFileFromMemory() method still uses file system IO and returns a Future

Open hamboomger opened this issue 2 years ago • 0 comments

💬 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.

hamboomger avatar Nov 16 '22 17:11 hamboomger