uhf_rfid_scanner 3.0.0
uhf_rfid_scanner: ^3.0.0 copied to clipboard
Flutter plugin for UHF RFID handheld scanners. Supports NewLand MT93 and Urovo DT610. 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: ^3.0.0Alternatively, 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';