svg_bin 0.2.1
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_binThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
svg_bin: ^0.2.1Alternatively, 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';