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
Research direction
Start by inspecting the getFileFromMemory() method and the in-memory cache implementation. Determine whether synchronous access without file-system I/O is supported by the current design, then identify the API behavior and tests needed to establish what a completed change would mean.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100