qr_svg_generator 0.0.1 copy "qr_svg_generator: ^0.0.1" to clipboard
qr_svg_generator: ^0.0.1 copied to clipboard

This package creates a SVG vector graphic code based on a QR code

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add qr_svg_generator

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

dependencies:
  qr_svg_generator: ^0.0.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:qr_svg_generator/qr_svg_generator.dart';
5
likes
130
pub points
43%
popularity

Publisher

unverified uploader

This package creates a SVG vector graphic code based on a QR code

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, qr

More

Packages that depend on qr_svg_generator