flutter_cache_manager
flutter_cache_manager copied to clipboard
v3.3.1 DefaultCacheManager().getSingleFile(url) throws and pauses the app in debug mode, rather than let the error be caught
try { return await DefaultCacheManager().getSingleFile(url); } catch (e) { debugPrint('Failed to load image: ${e}'); return null; }
Should not crash or pause the app