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