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

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 Dart:

 $ dart pub add uhf_rfid_scanner

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 dart pub get):

dependencies:
  uhf_rfid_scanner: ^1.0.1

Alternatively, your editor might support dart pub get or 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
0
points
219
downloads

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

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on uhf_rfid_scanner

Packages that implement uhf_rfid_scanner