svg_drawing_animation 0.11.0 svg_drawing_animation: ^0.11.0 copied to clipboard
Widget for drawing line animations of SVG. Uses flutter_svg for parsing.
0.11.0 #
Support custom Animation
.
0.10.3+2 #
Fixed documentation.
0.10.3 #
Network caching to prevent blinking when re-rendering.
0.10.2 #
Support passing a speed
instead of a Duration
.
0.10.1+1 #
Relaxed version of vector_math to pass pub.dev tests.
0.10.1 #
Fixed compilation error on Web.
0.10.0+1 #
Fixed documentation.
0.10.0 #
Breaking change: switched from static methods like SvgProviders.network
to
factory methods like SvgProvider.network
.
0.9.4 #
Properly display the network error message when SvgProviders.network
fails.
0.9.2 #
Implemented PenRenderer.
0.9.1+3 #
Fixed documentation.
0.9.1 #
- Implemented
SvgProviders.file
andSvgProviders.asset
. - Added animated video demo to the docs.
0.9.0 #
Initial release.