Skip to content

xiaofan232/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

Releases

No releases published

Packages

No packages published