flutter_hashicon 0.0.4 copy "flutter_hashicon: ^0.0.4" to clipboard
flutter_hashicon: ^0.0.4 copied to clipboard

Hashicon is a unique avatar generator that creates a beautiful icon based on any string you provide.

flutter_hashicon #

This is Dart port of a pretty javascript canvas hashicon https://github.com/emeraldpay/hashicon. Full credit to the original creator and contributors.

[Hashicons image]

Usage #

CustomPaint(
  painter: HashiconPainter(hash: "hello world"),
  size: const Size(50, 50),
);
0
likes
140
points
21
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Hashicon is a unique avatar generator that creates a beautiful icon based on any string you provide.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter, hashlib, image

More

Packages that depend on flutter_hashicon