Baseflow / Baseflow/flutter_cache_manager
not empty my cache directory
Aperta
- Lingua principale
- Dart
- Stelle
- 809
- Fork
- 510
- Merge medio
- 6m
- PR unite (30g)
- 1
Descrizione
DefaultCacheManager().emptyCache();
also this not working any idea
Future _deleteCacheDir() async {
final cacheDir = await getTemporaryDirectory();
if (cacheDir.existsSync()) {
cacheDir.deleteSync(recursive: true);
}
}
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- dart, flutter
- Ambito
- mobile-dev
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Da chiarire
- Idoneità per principianti
- 35/100