Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 1.25 KB

Pub Score

  • Removed redundant dart:typed_data import for improving pub points

Flutter 2.0 support:

  • Migrated the package to support flutter's null-safety. Thanks to Aaqib Ismail
  • Added ProgressiveImage.custom() constructor to add custom widgets instead of placeholder images. Thanks to Gioele Pannetto

Merged Pull Requests:

  • Created flutter widget which progressively loads larger images using Low Quality Image Placeholders.
  • Displays Placeholder and Thumbnail image until the Original image loads.
  • Smooth Fade-in animations for preventing immediate image popups on load.
  • Blur effect for low resolution thumbnails to prevent the pixelated view.
  • Effectively resolves Thumbnail images before the Original image starts to fetch for quick first impression.