svg_bin 0.2.1 copy "svg_bin: ^0.2.1" to clipboard
svg_bin: ^0.2.1 copied to clipboard

A flutter pacakge that compiles your svg to vec and helps display vec

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add svg_bin

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

dependencies:
  svg_bin: ^0.2.1

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:svg_bin/svg_bin.dart';
1
likes
140
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter pacakge that compiles your svg to vec and helps display vec

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, flutter, path, vector_graphics, vector_graphics_compiler

More

Packages that depend on svg_bin