- Improve performance of
BlurHash.encode
- Add note in readme on usage with Flutter
- Fix incorrect precondition in
BlurHash.encode
- Fix missing export for exception types
- Migrated to null-safety
- Deprecated:
encodeBlurHash
anddecodeBlurHash
are now deprecated Please useBlurHash.encode
andBlurHash.decode
instead - Added BlurHash extension methods
- Make the pub.dev analysis tool happy
- Formatting
- Fix minor style issues
- Make the pub.dev analysis tool happy by providing a longer description
- Change import name as suggested by pub publish tool
- Add support for encoding blurhashes
- Decoder now returns raw pixels in RGBA32
- First release