blurhash_dart 0.2.3
blurhash_dart: ^0.2.3 copied to clipboard
A pure dart implementation of the BlurHash algorithm. This package provides both an encoder and an decoder.
Changelog #
0.2.3 22.02.20 #
- Make the pub.flutter-io.cn analysis tool happy
- Formatting
0.2.2 22.02.20 #
- Fix minor style issues
- Make the pub.flutter-io.cn analysis tool happy by providing a longer description
0.2.1 22.02.20 #
- Change import name as suggested by pub publish tool
0.2.0 22.02.20 #
- Add support for encoding blurhashes
- Decoder now returns raw pixels in RGBA32
0.1.0 21.02.20 #
- First release