svg 0.0.3 copy "svg: ^0.0.3" to clipboard
svg: ^0.0.3 copied to clipboard

outdatedDart 1 only

A pure-dart implementation of an SVG parser.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add svg

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

dependencies:
  svg: ^0.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:svg/svg.dart';
1
likes
15
pub points
68%
popularity

Publisher

unverified uploader

A pure-dart implementation of an SVG parser.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

dart_builder, petitparser, quiver

More

Packages that depend on svg