act_thumbhash_flutter 1.1.0 copy "act_thumbhash_flutter: ^1.1.0" to clipboard
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: ThumbHashImageProvider now exposes baseSize, controlling the length of the decoded placeholder's longer side (default 32, matching the previous behaviour). Available on the constructor, fromBase64, and the toImageProvider() 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
  • ThumbHashImageProvider for use with Flutter's Image widget
  • fromBase64 factory for decoding base64-encoded hashes
  • toImageProvider() extension method on Uint8List
  • Integration with Flutter's ImageCache
1
likes
160
points
238
downloads

Documentation

API reference

Publisher

verified publisheract-app.de

Weekly Downloads

Flutter widgets and image providers for ThumbHash image placeholders. Show instant lossy previews while full images load.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

act_thumbhash, flutter

More

Packages that depend on act_thumbhash_flutter