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

Random yoruba names generator

example/main.dart

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);
});
}
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