svg_to_paint 1.0.0
svg_to_paint: ^1.0.0 copied to clipboard
svg_to_paint generates dart code from a svg file
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add svg_to_paintThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
svg_to_paint: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.