Baseflow / Baseflow/flutter_cache_manager
How do I know one file is during downloading?
- Langage dominant
- Dart
- Étoiles
- 809
- Forks
- 510
- Merge moyen
- 6 min
- PR mergées (30 j)
- 1
Description
## 💬 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)
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- dart, flutter
- Domaine
- mobile-dev
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 20/100