svg_bin 0.1.3 copy "svg_bin: ^0.1.3" to clipboard
svg_bin: ^0.1.3 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 Dart:

 $ dart pub add svg_bin

With Flutter:

 $ flutter pub add svg_bin

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

dependencies:
  svg_bin: ^0.1.3

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

flutter, path, vector_graphics, vector_graphics_compiler

More

Packages that depend on svg_bin