qrbar 0.0.2 copy "qrbar: ^0.0.2" to clipboard
qrbar: ^0.0.2 copied to clipboard

discontinued

A lightweight Flutter package to scan and generate QR codes and barcodes with a clean and unified API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add qrbar

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

dependencies:
  qrbar: ^0.0.2

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:qrbar/qrbar.dart';
4
likes
0
points
28
downloads

Publisher

verified publishersovanken.blog

Weekly Downloads

A lightweight Flutter package to scan and generate QR codes and barcodes with a clean and unified API.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

barcode_widget, flutter, mobile_scanner, qr_flutter

More

Packages that depend on qrbar