vokativ 1.0.3 copy "vokativ: ^1.0.3" to clipboard
vokativ: ^1.0.3 copied to clipboard

A vokativ library for Dart language. Can take (fe)male Czech name and return its declension. Can also determine gender based on czech name.

example/README.md

Basic usage #

main() {
  final vokativ = Vokativ.getVokativ('Tom', capitalize: true);
  print(vokativ == 'Tome'); // Prints true

  final isFemale = Vokativ.isWoman('Alena');
  print(isFemale); // Prints true
}
3
likes
150
points
349
downloads

Publisher

verified publishersedlardavid.cz

Weekly Downloads

A vokativ library for Dart language. Can take (fe)male Czech name and return its declension. Can also determine gender based on czech name.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on vokativ