Breaking change:
Params errorWidget
change type to ErrorWidgetBuilder
.
fix:
- Download error bug.
- path_provider
- rx_dart
- http
breaking change because path_provider migrate from android support to androidX, so your other plugin also need be migrated. upgrade rxdart
ImageCache.removeCache(String url);
add a parameter to delete the cache whose last access time exceeds duration
add onImageLoadState callback
Fix: Unextended images cannot be loaded
global error and loading widget
add a clear cache method
upgrade rxdart version
fix bug for downloading
fix error bug
Now the same URL will share a download, waiting for the download to complete and return together.
update readme
add a default cache delegate to cache image
use MIT