quick.flutter icon indicating copy to clipboard operation
quick.flutter copied to clipboard

Throws error LIBUSB_ERROR_NOT_FOUND

Open xaldarof opened this issue 3 years ago • 3 comments

[ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: getConfigDesc error: LIBUSB_ERROR_NOT_FOUND #0 _QuickUsbDesktop.getConfiguration (package:quick_usb/src/quick_usb_desktop.dart:198:9) #1 QuickUsb.getConfiguration (package:quick_usb/quick_usb.dart:49:17) #2 _PrinterAppState.build.. (package:printer_example/main.dart:207:62)

xaldarof avatar Jul 05 '22 09:07 xaldarof

You'd better try https://github.com/woodemi/libusb.dart

Sunbreak avatar Jul 05 '22 11:07 Sunbreak

You'd better try https://github.com/woodemi/libusb.dart

Is this repository has documentation ?

xaldarof avatar Jul 05 '22 11:07 xaldarof

https://github.com/woodemi/libusb.dart is a simple wrapper of https://github.com/libusb/libusb

You need to learn about libusb's feature to solve above error

Sunbreak avatar Jul 05 '22 11:07 Sunbreak