Skip to content

M-Ahal/flutter_warehouse_pda_scanner

 
 

Repository files navigation

flutter_warehouse_pda_scanner

A Flutter plugin that supports PDA scanning barcodes.

Getting Started

This project is only for Android PDA.

Install

Add the flutter_warehouse_pda_scanner package to your pubspec dependencies.

Super simple to use

import 'package:flutter_warehouse_pda_scanner/flutter_warehouse_pda_scanner_plugin.dart';

FlutterWarehousePdaScannerPlugin.instance.getBarcodeResp.listen((event) {
  debugPrint("barCode -- $event");
});

Supported PDA Types

  • NL(新大陆)-PDA
  • UROVO(优博讯)-PDA
  • HONEYWELL(霍尼韦尔)-PDA

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 57.1%
  • Java 32.4%
  • Ruby 6.0%
  • Swift 3.7%
  • Kotlin 0.8%