ravikant dewangan

Results 2 issues of ravikant dewangan

Any options to add custom Crop Aspect Ratio

DefaultCacheManager().emptyCache(); also this not working any idea Future _deleteCacheDir() async { final cacheDir = await getTemporaryDirectory(); if (cacheDir.existsSync()) { cacheDir.deleteSync(recursive: true); } }