这是indexloc提供的服务,不要输入任何密码

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

PlatformAndroid

Flutter plugin for reading barcodes.

Zebra Barcode Reader plugin #

The Unified Zebra Barcode library for Android library that adds a comprehensive set of APIs to easily create powerful applications for Zebra Barcode Handheld readers and Fixed readers. Barcode SDK for Android includes class library, sample apps and source code to enable developers to easily build apps that take full advantage of the power of Zebra devices. Wraps platform-specific persistent storage for simple data (NSUserDefaults on iOS and macOS, SharedPreferences on Android, etc.). Data may be persisted to disk asynchronously, and there is no guarantee that writes will be persisted to disk after returning, so this plugin must not be used for storing critical data.

Android
Support SDK 23+

Supported Devices #

HandHeld Readers #

  • RFD40XX
  • RFD90XX
  • MC33XXR
  • RFD8500

Fixed Readers #

  • FX7500
  • FX9600

Usage #

Examples #

Here are small examples that show you how to use the API.

Barcode Reader Connection

// Obtain shared preferences.
final ZebraBarcodeReader reader = await ZebraBarcodeReader.getInstance();

// Connect to device
await reader.connect();
// Disconnect to device
await reader.disconnect();
1
likes
150
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for reading barcodes.

Repository (GitHub)
View/report issues

Topics

#zebra #barcode #mc3300x

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, zebra_barcode_reader_android, zebra_barcode_reader_platform_interface

More

Packages that depend on zebra_barcode_reader