Baseflow / Baseflow/flutter_cache_manager
How do I know one file is during downloading?
- 主要言語
- Dart
- スター
- 809
- フォーク
- 510
- 平均マージ
- 6分
- マージ済み PR(30日)
- 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