newlandscanner 1.0.1 copy "newlandscanner: ^1.0.1" to clipboard
newlandscanner: ^1.0.1 copied to clipboard

PlatformAndroid

Newland device barcode scan wrapper for flutter

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

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}')
});

Author #

1
likes
120
pub points
66%
popularity

Publisher

unverified uploader

Newland device barcode scan wrapper for flutter

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on newlandscanner