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

PlatformAndroid

A simple and easy wrapper for the Newland Scanner Android SDK. Easily scan barcodes with Flutter and Newland Devices.

Flutter Wrapper Newland SDK #

alt text

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}')
});
4
likes
160
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A simple and easy wrapper for the Newland Scanner Android SDK. Easily scan barcodes with Flutter and Newland Devices.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on barcode_newland_flutter

Packages that implement barcode_newland_flutter