vokativ 1.1.0 copy "vokativ: ^1.1.0" to clipboard
vokativ: ^1.1.0 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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vokativ

With Flutter:

 $ flutter pub add vokativ

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  vokativ: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:vokativ/vokativ.dart';
3
likes
160
points
113
downloads

Documentation

API reference

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

Topics

#czech #vokativ #declension #names #gender

License

MIT (license)

More

Packages that depend on vokativ