consoledoctor_barcode_scanner (0.0.4)
Published 2025-04-22 18:05:48 +01:00 by MrStubbly
Installation
dart pub add consoledoctor_barcode_scanner:0.0.4 --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()))