blurhash_dart 1.0.0-nullsafety.0 copy "blurhash_dart: ^1.0.0-nullsafety.0" to clipboard
blurhash_dart: ^1.0.0-nullsafety.0 copied to clipboard

outdated

A pure dart implementation of the BlurHash algorithm. This package provides both an encoder and a decoder, as well as some utility extensions.

Changelog #

[1.0.0-nullsafety.0] #

  • Deprecated: encodeBlurHash and decodeBlurHash are now deprecated Please use BlurHash.encode and BlurHash.decode instead
  • Complete refactor
  • Added BlurHash extension methods
  • Initial nullsafe version

[0.2.3] #

  • Make the pub.dev analysis tool happy
  • Formatting

[0.2.2] #

  • Fix minor style issues
  • Make the pub.dev analysis tool happy by providing a longer description

[0.2.1] #

  • Change import name as suggested by pub publish tool

[0.2.0] #

  • Add support for encoding blurhashes
  • Decoder now returns raw pixels in RGBA32

[0.1.0] #

  • First release
106
likes
0
pub points
96%
popularity

Publisher

verified publishereinval.de

A pure dart implementation of the BlurHash algorithm. This package provides both an encoder and a decoder, as well as some utility extensions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

image

More

Packages that depend on blurhash_dart