juljoin
juljoin
The library (libusb-1.0.23.dylib) contained in the package quick_usb does not work with intel chipset. The best way to make it work at the moment is to: 1. Download a version...
I had the same problem and had to find a way to resolve it. You can find what I did in the following issue: [https://github.com/woodemi/quick.flutter/issues/77](https://github.com/woodemi/quick.flutter/issues/77)
Hello, I implemented your solution to make it work on our Desktop App. It is not possible to detect the CPU architecture in a robust way at the moment with...
@AlphaBlend1975 : Strange. What are the flutter logs of your build? Did you do a flutter clean before launching the build?
@wfinken : Did it solve your problem with QuickUsb.openDevice? I have the same problem on Windows. On macOS everything works fine. Thank you for posting your search by te way.
Hi ot-repo, I found a solution to my problem and it was not the one suggested in this post. QuickUSB.openDevice did not work in my case on Windows but it...