blurhash_dart 0.2.3 copy "blurhash_dart: ^0.2.3" to clipboard
blurhash_dart: ^0.2.3 copied to clipboard

outdated

A pure dart implementation of the BlurHash algorithm. This package provides both an encoder and an decoder.

example/example.dart

import 'dart:typed_data';

import 'package:blurhash_dart/blurhash_dart.dart';

void main() {
  String blurHash = "LEHV6nWB2yk8pyo0adR*.7kCMdnj";
  Uint8List pixels = decodeBlurHash(blurHash, 35, 20);
  print("Do something with the $pixels...");
}
106
likes
40
pub points
96%
popularity

Publisher

verified publishereinval.de

A pure dart implementation of the BlurHash algorithm. This package provides both an encoder and an decoder.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on blurhash_dart