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

4
likes
160
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

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