uhf_rfid_scanner 2.0.0 copy "uhf_rfid_scanner: ^2.0.0" to clipboard
uhf_rfid_scanner: ^2.0.0 copied to clipboard

PlatformAndroid

Flutter plugin for UHF RFID handheld scanners. Supports NewLand MT93 with Urovo DT610 coming soon. Features tag scanning, power control, and SGTIN-96 to EAN-13 decoding.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add uhf_rfid_scanner

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  uhf_rfid_scanner: ^2.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:uhf_rfid_scanner/rfid.dart';
import 'package:uhf_rfid_scanner/rfid_method_channel.dart';
import 'package:uhf_rfid_scanner/rfid_platform_interface.dart';
1
likes
160
points
219
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for UHF RFID handheld scanners. Supports NewLand MT93 with Urovo DT610 coming soon. Features tag scanning, power control, and SGTIN-96 to EAN-13 decoding.

Repository (GitHub)
View/report issues

Topics

#rfid #uhf #scanner #newland #hardware

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on uhf_rfid_scanner

Packages that implement uhf_rfid_scanner