qrbar 0.0.7 copy "qrbar: ^0.0.7" to clipboard
qrbar: ^0.0.7 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.7

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
140
points
28
downloads

Documentation

API reference

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

MIT (license)

Dependencies

barcode_widget, flutter, mobile_scanner, path_provider, qr_flutter, share_plus

More

Packages that depend on qrbar