barcode_newland_flutter 1.0.1
barcode_newland_flutter: ^1.0.1 copied to clipboard
A simple and easy wrapper for the Newland Scanner Android SDK. Easily scan barcodes with Flutter and Newland Devices.
Flutter Wrapper Newland SDK #

Optimized lib from https://pub.dev/packages/newlandscanner All credits to the original author Mateusz Maziec
- Optimized imports
- Fixed Android SDK version
- Upgraded all libs
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:
barcode_newland_flutter: ^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}')
});