flutter_usb_device_manage 0.0.3 flutter_usb_device_manage: ^0.0.3 copied to clipboard
主要用于项目中USB设备的集中授权及硬件功能实现,目前包含了USB指纹模块和RFID通讯模块.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_usb_device_manage
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_usb_device_manage: ^0.0.3
Alternatively, 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:flutter_usb_device_manage/flutter_usb_device_manage.dart';