Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 749 Bytes

CHANGELOG.md

File metadata and controls

43 lines (24 loc) · 749 Bytes

0.0.1

  • Initial release.

0.0.2

  • Added functionality to periodically clear the cached files

0.0.3

  • MIT License updated

0.0.4

  • Added fade in and out transitions while displaying the image
  • Added error logging

1.0.0-nullsafety.0

  • 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

1.0.1

  • Version 1 release

1.1.0

  • Added web support
  • Added FastCachedImageProvider class for built in ImageProvider of flutter

1.1.1

  • Added web support - Removed dart io usage

1.2.0

  • Added cache key with UID instead of image url