- Initial release.
- Added functionality to periodically clear the cached files
- MIT License updated
- Added fade in and out transitions while displaying the image
- Added error logging
- Performance improvements
- Added methods to clear all cache
- Added method to clear a given image from cache
- Added method to check whether a given image exist in cache
- Updated loadingBuilder function with the download progress data
- Version 1 release
- Added web support
- Added FastCachedImageProvider class for built in ImageProvider of flutter
- Added web support - Removed dart io usage
- Added cache key with UID instead of image url
- UUID and Dio updated to latest versions
- Fixed context mount issue
- Added contributors to readme
- Fix: logging even when log is disabled when image is deleted
- Changed disableErrorLog parameter to showErrorLog
- Added headers for the API
-
Fixed state not available issue
-
Added tags