/en_vn_dic

English - Vietnam dictionary offline package

Primary LanguageDartMIT LicenseMIT

English - Vietnam dictionary package

Support:
  • IPA
  • Pos (Noun, verb, ...)
  • Example
if (!EnViDic().hasInit) {
  await EnViDic().init();
}
final vocabulary = EnViDic().lookUp('hello');
final suggests = EnViDic().suggest('he');