kanjivg |
flutter_kanjivg |
---|---|
kanjivg
and flutter_kanjivg
provide a simple way of interacting with data from the KanjiVG (Kanji Vector Graphics) project.
Those packages are neither supported nor related to the creators of the KanjiVG project.
Some parts of comments in this library may consist of descriptions from the original KanjiVG website which is licensed under the Creative Commons Attribution-Share Alike 3.0 license.
-
Base parser for SVG files from the KanjiVG project. Provides metadata like stroke count, original radical forms (e.g. 人 for 亻), the position of radicals and more.
-
Flutter widgets that simplify displaying animated kanji. When using
flutter_kanjivg
there is no need to addkanjivg
to your dependencies asflutter_kanjivg
imports it itself.
- Dart >= 3.5.0
- Flutter >= 3.24.0