smart_barcode_reader 0.0.1+2 copy "smart_barcode_reader: ^0.0.1+2" to clipboard
smart_barcode_reader: ^0.0.1+2 copied to clipboard

A Flutter package for intelligently detecting and processing barcode scanner inputs, supporting formats like EAN-13 with adaptive speed and length validation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_barcode_reader

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

dependencies:
  smart_barcode_reader: ^0.0.1+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:smart_barcode_reader/smart_barcode_reader.dart';
1
likes
150
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for intelligently detecting and processing barcode scanner inputs, supporting formats like EAN-13 with adaptive speed and length validation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on smart_barcode_reader