This is Dart port of a pretty javascript canvas hashicon https://github.com/emeraldpay/hashicon. Full credit to the original creator and contributors.
CustomPaint(
painter: HashiconPainter(hash: "hello world"),
size: const Size(50, 50),
);
This is Dart port of a pretty javascript canvas hashicon https://github.com/emeraldpay/hashicon. Full credit to the original creator and contributors.
CustomPaint(
painter: HashiconPainter(hash: "hello world"),
size: const Size(50, 50),
);