chinese_idioms 1.0.0 copy "chinese_idioms: ^1.0.0" to clipboard
chinese_idioms: ^1.0.0 copied to clipboard

chinese idioms

chinese_idioms #

Chinese idioms

A package containing the most ~5000 used Chinese idioms and some utility functions.

Usage #

Printing the top 50 most used idioms in the Chinese language:

import 'package:chinese_idioms/chinese_idioms.dart';

main() {
  generateIdioms().take(50).forEach(print);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

2
likes
130
pub points
6%
popularity

Publisher

unverified uploader

chinese idioms

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

More

Packages that depend on chinese_idioms