Skip to content

pitwch/newland_scanner_flutter

Repository files navigation

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

About

Wrapper for Newland Scanners and Flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published