generic_svg_selector 0.8.1
generic_svg_selector: ^0.8.1 copied to clipboard
A Flutter plugin to interactively select parts of any flat SVG by tapping.
0.8.1 #
- Bug Fixed
0.8.0 #
- Added pinch-zoom and pan support in the selector widget
- Added double-tap-to-zoom and configurable zoom limits
- Fixed tap-to-select coordinate mapping when zoomed/panned
- Split large widget file into
svg_path_parser.dartandsvg_painter.dart
0.7.0 #
- Extra Plugins are removed
0.6.0 #
- Pass static analysis and Support up-to-date dependencies issues resolved
0.5.0 #
- git hub path fixed
0.4.0 #
- Version number set
0.3.0 #
- Added repository, homepage and issue tracker links
- Added pub.dev topics for better discoverability
- Improved README with full API documentation
0.2.0 #
- Improved documentation
0.1.0 #
- Initial release
- Tap to select/deselect SVG paths
- Mirror mode support (left/right sync)
- Custom colors support
- Runtime ID extraction from flat SVGs