pure_svg 0.2.0 copy "pure_svg: ^0.2.0" to clipboard
pure_svg: ^0.2.0 copied to clipboard

A pure Dart SVG parser and renderer designed for Flutter and Dart projects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pure_svg

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

dependencies:
  pure_svg: ^0.2.0

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:pure_svg/flutter_svg.dart';
import 'package:pure_svg/svg.dart';
3
likes
140
points
22
downloads

Documentation

API reference

Publisher

verified publishernormidar.com

Weekly Downloads

A pure Dart SVG parser and renderer designed for Flutter and Dart projects.

Repository (GitHub)
View/report issues

Topics

#svg #vector-graphics #pure #pure-dart #image

License

MIT (license)

Dependencies

meta, path_parsing, pure_ui, xml

More

Packages that depend on pure_svg