kanji_dictionary 1.0.2 kanji_dictionary: ^1.0.2 copied to clipboard
Dart implementation of KANJIDIC, a popular Kanji dictionary used by jisho.org.
1.0.2 #
- Load data in an isolate to prevent blocking UIs.
1.0.1+2 #
- Cleaned up some docs.
1.0.1 #
- Implemented
charactersByDifficulty
,charactersByGrade
, and a customsort
function inKanjiDictionary
. - Included the index from 21 books.
1.0.0+1 #
- Exposed some extra documentation.
1.0.0 #
- Initial version.