uhf_rfid_scanner 1.0.2
uhf_rfid_scanner: ^1.0.2 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 Flutter:
$ flutter pub add uhf_rfid_scannerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
uhf_rfid_scanner: ^1.0.2Alternatively, 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';