Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 343 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 343 Bytes

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),
);