Baseflow / Baseflow/flutter_cache_manager
getFileFromMemory() method still uses file system IO and returns a Future
未关闭
- 主要语言
- Dart
- 星标
- 809
- 派生
- 510
- 平均合并
- 6 分钟
- 30 天内合并 PR
- 1
描述
## 💬 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.
贡献指南
调研方向
首先检查 getFileFromMemory() 方法和内存中缓存的实现。确定当前设计是否支持无需文件系统 I/O 的同步访问,然后确定所需的 API 行为和测试,以明确完成这项更改意味着什么。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- dart, flutter
- 领域
- mobile-dev
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100