stac_svg 0.0.3
stac_svg: ^0.0.3 copied to clipboard
A Stac widget parser for rendering SVG images in Flutter using the flutter_svg package, enabling server-driven SVG layouts.
0.0.3 #
- Improved the docs
0.0.2 #
- Improved package documentation for better pub.dev score.
- Added a comprehensive example project.
- Refined
pubspec.yamlwith better description and repository URLs. - Optimized JSON output by removing default/null values (reduced JSON size).
- Made
StacSvgproperties nullable with defaults handled at parse time. - Improved
stac buildcompatibility.
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.