Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

75 lines (40 loc) · 1.1 KB

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

1.2.2

  • UUID and Dio updated to latest versions

1.2.3

  • Fixed context mount issue

1.2.4

  • Added contributors to readme

1.2.5

  • Fix: logging even when log is disabled when image is deleted

1.2.6

  • Changed disableErrorLog parameter to showErrorLog

1.2.7

  • Added headers for the API

1.2.8

  • Fixed state not available issue

  • 1.2.9

  • Added tags