flutter_kanjivg 0.1.0 flutter_kanjivg: ^0.1.0 copied to clipboard
Flutter widgets that simplify displaying data from the Kanji Vector Graphics project. Built on the top of `kanjivg` package.
0.1.0 #
- Breaking:
flutter_kanjivg
now requiresflutter: ">=3.24.0”
andsdk: ">=3.5.0 <4.0.0”
. - Breaking: Method
KanjiController.toggle
overrides the new base method and returnsTickerFuture
. - Breaking: Getter
KanjiController.isPlaying
has been removed. Use the new in-builtisAnimating
instead. - Added example project
- Added
leancode_lint
package 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
drawTo
method.
0.0.2 #
- Added a screenshot.
0.0.1 #
- TODO: Describe initial release.