read_barcode 1.0.1 copy "read_barcode: ^1.0.1" to clipboard
read_barcode: ^1.0.1 copied to clipboard

The flutter package used to scan bracode string from a hardware scanner.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add read_barcode

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

dependencies:
  read_barcode: ^1.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:read_barcode/read_barcode.dart';
8
likes
120
pub points
58%
popularity

Publisher

unverified uploader

The flutter package used to scan bracode string from a hardware scanner.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on read_barcode