humanhash 1.1.0 copy "humanhash: ^1.1.0" to clipboard
humanhash: ^1.1.0 copied to clipboard

outdated

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.

2
likes
25
pub points
28%
popularity

Publisher

verified publisherjpryan.me

A human-readable unique ID generator

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on humanhash