act_thumbhash_flutter 1.1.0
act_thumbhash_flutter: ^1.1.0 copied to clipboard
Flutter widgets and image providers for ThumbHash image placeholders. Show instant lossy previews while full images load.
1.1.0 #
- The minimum supported SDK is now Dart 3.8 / Flutter 3.32.
1.0.0 #
- Feat:
ThumbHashImageProvidernow exposesbaseSize, controlling the length of the decoded placeholder's longer side (default 32, matching the previous behaviour). Available on the constructor,fromBase64, and thetoImageProvider()extension, and part of provider equality. - Feat: Web support. Provider equality no longer relies on
Uint64List, which dart2js does not support. - Fix: engine-level image decoding failures now surface as image stream errors instead of leaving the stream waiting forever.
- Fix: Comparing providers whose hash bytes are a view into a larger buffer at an offset not aligned to 8 bytes no longer throws.
1.0.0-dev.2 #
- Documentation and packaging updates
1.0.0-dev.1 #
- Initial pre-release
ThumbHashImageProviderfor use with Flutter'sImagewidgetfromBase64factory for decoding base64-encoded hashestoImageProvider()extension method onUint8List- Integration with Flutter's
ImageCache