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

outdatedDart 1 only

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.