svg_splitter 1.0.0
svg_splitter: ^1.0.0 copied to clipboard
A Dart tool to automatically split SVG files into static and dynamic parts for Flutter theming. Perfect for creating themed icons that change colors based on app themes.
1.0.0 #
- Initial release of SVG Splitter
- Automatic detection of dynamic colors (#DB1C42, #FF0000 by default)
- Support for custom dynamic colors via
--dynamic-colorflag - Support for custom output directory via
--output-dirflag - Help documentation with
--helpflag - Flexible SVG parsing that handles various attribute orders
- Fallback parsing for edge cases