humanhash 2.0.0 copy "humanhash: ^2.0.0" to clipboard
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
...
copied to clipboard

optionally with a number:

vigorous_bhaskara6
gallant_brahmagupta4
stoic_keller2
...
copied to clipboard

Usage #

A simple usage example:

import 'package:humanhash/humanhash.dart' as hhash;

main() {
  var name = hhash.getRandomName();
  print(name);
}
copied to clipboard

Features and bugs #

Please file feature requests and bugs at the issue tracker.

2
likes
145
points
465
downloads

Publisher

verified publisherjpryan.me

Weekly Downloads

2024.07.06 - 2025.01.18

A human-readable unique ID generator

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on humanhash