zebra_rfid 0.0.4
zebra_rfid: ^0.0.4 copied to clipboard
Zebra RFC2000-TC20/RFD8500 RFID模块插件 .
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zebra_rfidThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zebra_rfid: ^0.0.4Alternatively, 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:zebra_rfid/zebra_rfid.dart';