yorubanames 0.0.2 copy "yorubanames: ^0.0.2" to clipboard
yorubanames: ^0.0.2 copied to clipboard

Random yoruba names generator

yoruba-names #

Get a random yoruba name

Usage in #

See the example/main.dart file

import 'package:yorubanames/yorubanames.dart';

void main(List<String> args) {
 
final yGenerator  generator = new yGenerator();

Random names

 List names= generator.randomYname(4);

names.forEach((f){
  print(f);
});

Name should contain a certain charater

 List names2= generator.randomYnameByLetter('e',4);
names2.forEach((f){
  print(f);
});

}
```


Inspired from lagosnomad by Olakanmi Oluwole

1
likes
15
pub points
0%
popularity

Publisher

unverified uploader

Random yoruba names generator

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on yorubanames