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

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

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate jovial_svg
copied to clipboard

Use it

The package has the following executables:

$ avd_to_si
$ svg_to_si
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add jovial_svg
copied to clipboard

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.25
copied to clipboard

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';
copied to clipboard
220
likes
160
points
179k
downloads

Publisher

verified publisherjovial.com

Weekly Downloads

2024.09.08 - 2025.03.23

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

Homepage
Repository (GitHub)

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