Baseflow / Baseflow/flutter_cache_manager

How do I know one file is during downloading?

Abierto
#385 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Dart
Estrellas
809
Forks
510
Merge medio
6 min
PR fusionados (30 d)
1

Descripción

## 💬 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)

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
dart, flutter
Área
mobile-dev
Tipo de issue
Nueva funcionalidad
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Necesita aclaración
Aptitud para principiantes
20/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.