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
}
2
likes
130
pub points
24%
popularity

Publisher

verified publishersedlardavid.cz

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