svg_drawing_animation 0.10.0
svg_drawing_animation: ^0.10.0 copied to clipboard
Widget for drawing animation of SVG. Uses flutter_svg for parsing.
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.networkfails.
0.9.2 #
- Implemented PenRenderer.
0.9.1+3 #
- Fixed documentation.
0.9.1 #
- Implemented
SvgProviders.fileandSvgProviders.asset. - Added animated video demo to the docs.
0.9.0 #
Initial release.