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 #

3
likes
140
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

Newland device barcode scan wrapper for flutter

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on newlandscanner