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

outdated

Generation of Random People Names

GitHub license Version

This package creates random people names to be used in Dart/Flutter apps. The generation is done based in the most common names in each of the selectable zones.

Please star the repo to support the project

Features #

Creation of names for a random person, man or woman. Creation of names, surnames or full names.

Usage #

RandomNames is a tool class to create random names for specific Zone. To create a RandomNames instance you need to use one of available Zone objects.

var randomNames = RandomNames(Zone.us);

Supported Zones #

There are static accessors to the different zones available on the Zone class:

Zone.catalonia
Zone.france
Zone.spain
Zone.uk
Zone.us

Additional information #

Feel free to create a pull request to expand the library for other Zones.

18
likes
0
points
2.46k
downloads

Publisher

verified publisherpoquesoft.net

Weekly Downloads

Generation of Random People Names

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on random_name_generator