Support custom Animation
.
Fixed documentation.
Network caching to prevent blinking when re-rendering.
Support passing a speed
instead of a Duration
.
Relaxed version of vector_math to pass pub.dev tests.
Fixed compilation error on Web.
Fixed documentation.
Breaking change: switched from static methods like SvgProviders.network
to
factory methods like SvgProvider.network
.
Properly display the network error message when SvgProviders.network
fails.
Implemented PenRenderer.
Fixed documentation.
- Implemented
SvgProviders.file
andSvgProviders.asset
. - Added animated video demo to the docs.
Initial release.