stac_svg 0.0.1
stac_svg: ^0.0.1 copied to clipboard
Stac widget to render svgs using flutter_svg
0.0.1 #
- Initial release of
stac_svg. - Support for multiple SVG source types:
asset,network, andstring. - Comprehensive support for
flutter_svgproperties:src(Source path or content)width&heightfit(usingStacBoxFit)alignment(usingStacAlignment)placeholder(Stac widget for loading state)color&blendMode(forColorFiltersupport)matchTextDirection&allowDrawingOutsideViewBoxsemanticsLabel&excludeFromSemantics
- Integrated with
stac buildfor Server-Driven UI generation. - Professional documentation and examples in
README.md.