flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

not empty my cache directory

Open ravidewanga opened this issue 2 years ago • 4 comments

DefaultCacheManager().emptyCache();

also this not working any idea

Future _deleteCacheDir() async { final cacheDir = await getTemporaryDirectory(); if (cacheDir.existsSync()) { cacheDir.deleteSync(recursive: true); } }

ravidewanga avatar Apr 30 '22 10:04 ravidewanga

Same problem

Shahed-Atik avatar Sep 26 '22 11:09 Shahed-Atik

Same problem as @ravidewanga

mmshahshahani avatar Oct 24 '22 09:10 mmshahshahani