random_name_plus 1.0.1 copy "random_name_plus: ^1.0.1" to clipboard
random_name_plus: ^1.0.1 copied to clipboard

Code a random person name generator in Dart

Code a random person name generator in Dart

Use data from randomlists.com

example

// Generate a random male name
String name1 = RandomName.generate(NameType.male);
print(name1);
// Generate a random female name
String name2 = RandomName.generate(NameType.female);
print(name2);
0
likes
110
pub points
34%
popularity

Publisher

unverified uploader

Code a random person name generator in Dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on random_name_plus