- Remove Blurhash dependency, see in the readme how to keep using blurhash.
- Update Blurhash dependency
- Fix gapless playback when next image is already in memory.
- Remove unused import
- Fixes "Cannot clone a disposed image" error
- Migration to nullsafety
- Re-enabled blurhash features.
- NNBD migrated version
- (Temporarily) removed blurhash feature.
- Fixed bug when fitting placeholders or error widgets.
- BREAKING: Doesn't automatically center placeholders and error widgets anymore.
- Make whole widget, including placeholder and error widgets, adhere to the height and width set.
- Made gaplessPlayback fade from one image to the next
- Update dependency for blurHash
- 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.
- Initial release with already lots of great features :)