swood_barcode_scanner 0.0.1
swood_barcode_scanner: ^0.0.1 copied to clipboard
Brazilian Barcode Scanner.
Swood Barcode Scanner
How to use #
@override
Widget build(BuildContext context) {
return SwoodBarcodeScanner(
onSuccess: (String value) async {
// handle success
},
onError: () {
// handle error
},
);
}