humanhash 2.0.0 humanhash: ^2.0.0 copied to clipboard
A human-readable unique ID generator
humanhash #
A human-readable unique ID generator ported from Docker
Generates names like:
elegant_hugle
sleepy_nightingale
epic_mccarthy
...
optionally with a number:
vigorous_bhaskara6
gallant_brahmagupta4
stoic_keller2
...
Usage #
A simple usage example:
import 'package:humanhash/humanhash.dart' as hhash;
main() {
var name = hhash.getRandomName();
print(name);
}
Features and bugs #
Please file feature requests and bugs at the issue tracker.