Baseflow / Baseflow/flutter_cache_manager
not empty my cache directory
Abierto
- Lenguaje dominante
- Dart
- Estrellas
- 809
- Forks
- 510
- Merge medio
- 6 min
- PR fusionados (30 d)
- 1
Descripción
DefaultCacheManager().emptyCache();
also this not working any idea
Future _deleteCacheDir() async {
final cacheDir = await getTemporaryDirectory();
if (cacheDir.existsSync()) {
cacheDir.deleteSync(recursive: true);
}
}
Guía de contribución
Línea de trabajo
Start by reproducing DefaultCacheManager().emptyCache() and the _deleteCacheDir() example using getTemporaryDirectory(). Check whether the temporary cache directory and its contents are removed; done means the cache is empty after the operation completes.
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
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 35/100