Baseflow / Baseflow/flutter_cache_manager
Implement `file_system` for the web using IndexedDB to store the files
未关闭
- 主要语言
- Dart
- 星标
- 809
- 派生
- 510
- 平均合并
- 6 分钟
- 30 天内合并 PR
- 1
描述
## 🏗 Enhancement Proposal & Pitch
Currently, `file_system`'s web implementation uses `MemoryFileSystem`. Migrating it to use IndexedDB would enable true web caching and make the implementation native.
### Platforms affected
🌐 Web
贡献指南
调研方向
首先定位 `file_system` 的 Web 实现及其当前对 `MemoryFileSystem` 的使用情况,然后查看特定于平台的代码是如何组织的。定义 IndexedDB 的持久化行为,并通过测试验证 Web 缓存;该 issue 未指明任何文件或测试,因此需要先明确范围。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- dart, flutter
- 领域
- databases, web-dev
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100