consoledoctor_barcode_scanner (0.0.6)
Published 2025-04-23 00:11:03 +01:00 by MrStubbly
Installation
dart pub add consoledoctor_barcode_scanner:0.0.6 --hosted-url=
About this package
Barcode Scanning plugin using MLKit for detection
barcode_scanner
Barcode Scanning for Flutter
Getting Started
Import the package and extend BarcodeLookupHandler
for processing results.
Sample usage:
BarcodeScannerWidget(overlay: ScanResultOverlay(handler: MyCustomHandlerBarcodeHandler()))