Last updated:
0 purchases
newlandscanner
newlandscanner #
Capture SDK of Newland Barcode Android devices for Flutter using native Intent broadcast receiver.
Installation #
Add this to your package's pubspec.yaml file:
dependencies:
newlandscanner: ^0.0.1
copied to clipboard
iOS #
not supported
Android #
Make sure the device scan output mode is set to "Output via API".
Usage #
Newlandscanner.listenForBarcodes.listen((event) {
log('BarcodeScanned: ${event.barcodeData}')
});
copied to clipboard
Author #
Mateusz Maziec
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.