flutter_kanjivg 0.1.1
flutter_kanjivg: ^0.1.1 copied to clipboard
Flutter widgets that simplify displaying data from the Kanji Vector Graphics project. Built on the top of `kanjivg` package.
0.1.1 - 2024-12-14 #
- Updated CI pipeline.
- Updated dependencies.
0.1.0 #
- Breaking:
flutter_kanjivgnow requiresflutter: ">=3.24.0”andsdk: ">=3.5.0 <4.0.0”. - Breaking: Method
KanjiController.toggleoverrides the new base method and returnsTickerFuture. - Breaking: Getter
KanjiController.isPlayinghas been removed. Use the new in-builtisAnimatinginstead. - Added example project.
- Added
leancode_lintpackage instead of a custom set of rules. - Tests are run automatically once a week to ensure compatibility with the latest Flutter release.
0.0.3 #
- Implemented
drawTomethod.
0.0.2 #
- Added a screenshot.
0.0.1 #
- Initial release.
