generic_svg_selector 0.3.0 copy "generic_svg_selector: ^0.3.0" to clipboard
generic_svg_selector: ^0.3.0 copied to clipboard

A Flutter plugin to interactively select parts of any flat SVG by tapping.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add generic_svg_selector

With Flutter:

 $ flutter pub add generic_svg_selector

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  generic_svg_selector: ^0.3.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:generic_svg_selector/generic_svg_selector.dart';
2
likes
0
points
155
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to interactively select parts of any flat SVG by tapping.

Repository (GitHub)
View/report issues

Topics

#svg #selector #interactive #body-parts

License

unknown (license)

Dependencies

flutter, path_drawing, touchable, xml

More

Packages that depend on generic_svg_selector

Packages that implement generic_svg_selector