pure_svg 0.0.5 copy "pure_svg: ^0.0.5" to clipboard
pure_svg: ^0.0.5 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.0.5

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';
2
likes
160
points
136
downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

meta, path_parsing, pure_ui, xml

More

Packages that depend on pure_svg