progressive_image 2.0.1 copy "progressive_image: ^2.0.1" to clipboard
progressive_image: ^2.0.1 copied to clipboard

A flutter widget which progressively loads larger images using Low Quality Image Placeholders.

v2.0.1 #

Pub Score

  • Removed redundant dart:typed_data import for improving pub points

v2.0.0 #

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

v1.0.1 #

Merged Pull Requests:

v1.0.0 #

  • 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.
355
likes
140
pub points
93%
popularity

Publisher

unverified uploader

A flutter widget which progressively loads larger images using Low Quality Image Placeholders.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on progressive_image