image_fade 0.2.1 copy "image_fade: ^0.2.1" to clipboard
image_fade: ^0.2.1 copied to clipboard

outdated

A widget that displays a placeholder and optional progress indicator while an image loads, then cross-fades to the loaded image. Improves on FadeInImage.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.1 - 2019-09-02 #

Changed #

  • Now using FadeTransition instead of Opacity for better performance.

0.2.0 - 2019-07-29 #

Added #

  • Support for error handling via errorBuilder

Changed #

  • placeholder now accepts a Widget instead of an ImageProvider.
  • previously loaded images are now faded out after the new image is faded in. Noticeable when a smaller image is loaded over a larger one.

Removed #

  • backgroundColor was removed. Use a placeholder with a color instead.

0.1.0 - 2019-07-23 #

Added #

  • First release.
83
likes
0
points
6.33k
downloads

Publisher

verified publishergskinner.com

Weekly Downloads

A widget that displays a placeholder and optional progress indicator while an image loads, then cross-fades to the loaded image. Improves on FadeInImage.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on image_fade