rpgnamegenerator 1.0.2 copy "rpgnamegenerator: ^1.0.2" to clipboard
rpgnamegenerator: ^1.0.2 copied to clipboard

A dart generator of names for characters in role play games, three races (elfs, orcs and humans) and two gender (masculine and femenie)

example/rpgnamegenerator_example.dart

import 'package:rpgnamegenerator/rpgnamegenerator.dart';

main() {
  for (int i = 0; i < 20; i++) {
    print(RpgNameGenerator.getName('human', 'male'));
  }
}
3
likes
120
pub points
26%
popularity

Publisher

unverified uploader

A dart generator of names for characters in role play games, three races (elfs, orcs and humans) and two gender (masculine and femenie)

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on rpgnamegenerator