svg_image_provider 0.1.3
svg_image_provider: ^0.1.3 copied to clipboard
Creates an ImageProvider from an SVG asset with proper scaling of the underlying vector graphics.
ChangeLog #
0.1.3 #
- Prevented pending SVG image streams from being disposed before rasterization finishes.
- Released the temporary image-stream keep-alive handle after both successful and failed loads.
- Disposed intermediate vector and raster pictures after rendering.
- Added rendering, error, listener-removal, and concurrent-completion regression tests.
- Updated the example app to the current Android build toolchain.
0.1.2 #
Upgraded Gradle
0.1.1 #
Add toString method to SvgImageProvider for improved debugging
0.1.0 #
- Made logging optional and disabled completely if not in debug mode
- upgraded flutter_lints dependency to support version 6
- fixed test in example code
0.0.2 #
- Updated description and README
0.0.1 #
- TODO: Describe initial release.