svg_drawing_animation 0.10.1
svg_drawing_animation: ^0.10.1 copied to clipboard
Widget for drawing line animations of SVG. Uses flutter_svg for parsing.
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.