barcode_bill_scanner 1.0.2 copy "barcode_bill_scanner: ^1.0.2" to clipboard
barcode_bill_scanner: ^1.0.2 copied to clipboard

Barcode Bill Scanner aims to be used by brazilian apps willing to get a readable code from a horizontal barcode, mainly from bills.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add barcode_bill_scanner

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

dependencies:
  barcode_bill_scanner: ^1.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:barcode_bill_scanner/barcode_bill_scanner.dart';
3
likes
130
pub points
43%
popularity

Publisher

unverified uploader

Barcode Bill Scanner aims to be used by brazilian apps willing to get a readable code from a horizontal barcode, mainly from bills.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

camera, flutter, google_barcode_kit, rxdart

More

Packages that depend on barcode_bill_scanner