drawing_animation 0.0.9
drawing_animation: ^0.0.9 copied to clipboard
An dart-only library for gradually painting SVG path objects on canvas (drawing line animation).
CHANGES #
0.0.9 #
- Fixes when using custom controller
0.0.8 #
- Fix crash before callback returns from path segment parsing
0.0.7 #
- Fix crash when no range provided
0.0.6 #
- Define a range for one animation cycle (see
rangefield), +Several Fixes
0.0.5 #
- Allow to toggle scaleToViewport
- Callback for painted path added
0.0.4 #
- Fix SDK version
0.0.3 #
- DebugOptions: Record canvas is now also possible when widget is rebuild. When changing parameters in DebugOptions hot restart required.
- Several Fixes and performance optimizations.
- Examples on how to use
_.paths
0.0.2 #
- Update links and paths
- Remove typos
- Create minimal README_pub.md for pub-repo
0.0.1 #
- Initial release. Relies on pre-released master.