chinese_english_dictionary 0.6.0+1 copy "chinese_english_dictionary: ^0.6.0+1" to clipboard
chinese_english_dictionary: ^0.6.0+1 copied to clipboard

outdated

A traditional Chinese-English dictionary based on CC-CEDICT.

example/lib/main.dart

import 'package:chinese_english_dictionary/chinese_english_dictionary.dart';

void main() async {
  final d = ChineseEnglishDictionary();
  final translation = await d.translateTraditional('石');
  print(translation);
}
3
likes
40
points
21
downloads

Publisher

verified publisherwafrat.com

Weekly Downloads

A traditional Chinese-English dictionary based on CC-CEDICT.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on chinese_english_dictionary