octo_image 0.3.0 octo_image: ^0.3.0 copied to clipboard
A multifunctional Flutter image widget. Supports placeholders, error widgets and image transformers with fading.
[0.3.0] - 2020-09-07 #
- Fixed bug when fitting placeholders or error widgets.
- BREAKING: Doesn't automatically center placeholders and error widgets anymore.
[0.2.1] - 2020-06-04 #
- Make whole widget, including placeholder and error widgets, adhere to the height and width set.
[0.2.0] - 2020-05-28 #
- Made gaplessPlayback fade from one image to the next
[0.1.1] - 2020-05-20 #
- Update dependency for blurHash
[0.1.0] - 2020-05-14 #
- Removed headers as they are not used for anything
- Added gaplessPlayback, works just like in Image: it keeps the old image visible when a new image is being loaded by the same widget.
- Changed how default parameter values work preventing setting them to null.
[0.0.1] - 2020-05-08 #
- Initial release with already lots of great features :)