zxing_scanner 0.1.1 copy "zxing_scanner: ^0.1.1" to clipboard
zxing_scanner: ^0.1.1 copied to clipboard

A Barcode scanner Widget that can be embedded inside flutter. It uses zxing-dart for all platforms.

ZXing Scanner(Dart)

A Barcode scanner Widget that can be embedded inside flutter. It uses zxing-dart for all platforms.

Features #

  • ✅ Scan from camera (Supported Android,IOS, Web)*
  • ✅ Scan from Image file
  • Scan from camera need camera support for platform. and camera plugin now supported android,ios, and web. and on some mobile devices browsers there's error while fetch cameras. see camera fix for web

Getting started #

flutter pub add zxing_scanner

Usage #

See /example folder.

Scan from camera

ScanView(
    onResult: (List<Result> results),
),

Scan from image file

List<Result> results = await scanImage(await file.readAsBytes());

Additional information #

This package depends on zxing_lib witch is a pure dart port of ZXing.

6
likes
0
pub points
83%
popularity

Publisher

verified publishershirne.com

A Barcode scanner Widget that can be embedded inside flutter. It uses zxing-dart for all platforms.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

camera, flutter, zxing_lib

More

Packages that depend on zxing_scanner