sanskrit_names

Creator: coderz1093

Last updated:

0 purchases

sanskrit_names Image
sanskrit_names Images
Add to Cart

Description:

sanskrit names

sanskrit_names #
A Flutter package that provides a list of Sanskrit names for children.
What's New #

Added new names for boys and girls. Featuring +100 names for boys as well as girls
Updated the homepage of the package to GitHub repository

Usage #
import 'package:sanskrit_names/sanskrit_names.dart';

void main() {
print(SanskritNames.boyName); //Prints the list of Sanskrit names for boys
print(SanskritNames.girlName); // Prints the list of Sanskrit names for girls
var boy = SanskritNames.getBoyName(); //Returns a random Sanskrit name for boy
var girl = SanskritNames.getGirlName(); //Returns a random Sanskrit name for girl
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator