Baseflow / Baseflow/flutter_cache_manager
How do I know one file is during downloading?
- 主要语言
- Dart
- 星标
- 809
- 派生
- 510
- 平均合并
- 6 分钟
- 30 天内合并 PR
- 1
描述
## 💬 Questions and Help
For questions or help we recommend checking:
If I am starting a downloading progress by await DefaultCacheManager().downloadFile(url);, and if I use "await DefaultCacheManager().downloadFile(url);" again, how do I know the file is in downloading progress and not download it twice or restart the downloading?
- The [Flutter tag in Stack Overflow](https://stackoverflow.com/questions/tagged/flutter)
贡献指南
调研方向
Start with the DefaultCacheManager().downloadFile(url) entry point named in the question and inspect the current implementation and documentation for concurrent downloads. Determine whether a second call is deduplicated or restarts the transfer; the issue provides no named test, file, or specific code change to verify.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- dart, flutter
- 领域
- mobile-dev
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100