chinese_english_dictionary 0.6.1 copy "chinese_english_dictionary: ^0.6.1" to clipboard
chinese_english_dictionary: ^0.6.1 copied to clipboard

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);
}
1
likes
140
pub points
8%
popularity

Publisher

verified publisherwafrat.com

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on chinese_english_dictionary