flutter_thumbhash 0.1.0+1 copy "flutter_thumbhash: ^0.1.0+1" to clipboard
flutter_thumbhash: ^0.1.0+1 copied to clipboard

Flutter implementation of ThumbHash algorithm — a very compact representation of an image placeholder.

pub package

Flutter implementation of ThumbHash algorithm — a very compact representation of an image placeholder.

Usage #

final hash = ThumbHash.fromBase64('3OcRJYB4d3h/iIeHeEh3eIhw+j3A');
Image(
  image: hash.toImage(),
)

resulting placeholder image

3
likes
160
pub points
72%
popularity

Publisher

unverified uploader

Flutter implementation of ThumbHash algorithm — a very compact representation of an image placeholder.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, thumbhash

More

Packages that depend on flutter_thumbhash