qr_flutter_scanner 0.0.3 copy "qr_flutter_scanner: ^0.0.3" to clipboard
qr_flutter_scanner: ^0.0.3 copied to clipboard

A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing.

qr_scanner #

QR FLUTTER SCANNER is a Flutter plugin for scanning and generating QR codes, barcode scanning library. The plugin is implemented using the Dart allows you to easily integrate barcode scanning and generation functionality into your Flutter apps.

ReaderWidget(
        onScan: _onScanSuccess,
        showGallery: false,
        showToggleCamera: false,
        showFlashlight: true,
        scannerOverlay: FixedScannerOverlay(
          borderRadius: 10,
          borderWidth: 5,
          cutOutSize: 235,
          borderColor: Colors.redAccent,
          overlayColor: Colors.black.withOpacity(0.8)
        )

5
likes
0
points
80
downloads

Publisher

unverified uploader

Weekly Downloads

A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

camera, ffi, flutter, image, image_picker

More

Packages that depend on qr_flutter_scanner