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.

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.0.3

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';
2
likes
130
pub points
31%
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