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

A human-readable unique ID generator

example/main.dart

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

main() {
  for (var i = 0; i < 10; i++) {
    var name = hhash.getRandomName(true);
    print(name);
  }
}
2
likes
125
pub points
24%
popularity

Publisher

verified publisherjpryan.me

A human-readable unique ID generator

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on humanhash