eth_c72_rfid_uhf 1.0.2
eth_c72_rfid_uhf: ^1.0.2 copied to clipboard
A Flutter plugin for controlling RFID UHF scanners by Chainway - c72, library designed and developed by Karama Abdulmajid Karama (ETH).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add eth_c72_rfid_uhfThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
eth_c72_rfid_uhf: ^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:eth_c72_rfid_uhf/eth_c72_rfid_uhf.dart';