jovial_svg 1.1.20 copy "jovial_svg: ^1.1.20" to clipboard
jovial_svg: ^1.1.20 copied to clipboard

SVG - Robust rendering of Scalable Vector Graphic images, supporting a well-defined profile of SVG and a fast-loading binary storage format.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate jovial_svg

Use it

The package has the following executables:

$ avd_to_si
$ svg_to_si

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jovial_svg

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

dependencies:
  jovial_svg: ^1.1.20

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

Import it

Now in your Dart code, you can use:

import 'package:jovial_svg/jovial_svg.dart';
180
likes
140
pub points
96%
popularity

Publisher

verified publisherjovial.com

SVG - Robust rendering of Scalable Vector Graphic images, supporting a well-defined profile of SVG and a fast-loading binary storage format.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, collection, flutter, http, jovial_misc, meta, vector_math, xml

More

Packages that depend on jovial_svg