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:english_words/english_words.dart';

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

Features and bugs

Please file feature requests and bugs at the issue tracker.

Libraries

chinese_idioms
Support for working with Chinese idioms.