pinyindart 0.0.1 copy "pinyindart: ^0.0.1" to clipboard
pinyindart: ^0.0.1 copied to clipboard

Chinese pinyin conversion for Dart and Flutter with tone, polyphone, reverse lookup, and frequency support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pinyindart

With Flutter:

 $ flutter pub add pinyindart

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

dependencies:
  pinyindart: ^0.0.1

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:pinyindart/pinyindart.dart';
0
likes
155
points
359
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Chinese pinyin conversion for Dart and Flutter with tone, polyphone, reverse lookup, and frequency support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive

More

Packages that depend on pinyindart