woodemi / quick_usb

A cross-platform (Android/Windows/macOS/Linux) USB plugin for Flutter
BSD 3-Clause "New" or "Revised" License
43 stars 30 forks source link

added usbdk as backend for window #40

Open lokingwei opened 3 years ago

lokingwei commented 3 years ago

added usbdk as backend so that user no longer need to install driver using zadig

Sunbreak commented 3 years ago

I tried usbdk several months ago and failed. I'm not sure if this PR works

Could you take a look? @shaxxx

lokingwei commented 3 years ago

The user is still required to manually install the UsbDk on the window device, the installer can be found on the github release. In the flutter use case, it can be packaged together with the application installer.

yahya-uddin commented 2 years ago

What's the advantage of using UsbDk over libusb which is what is being used now?

Sunbreak commented 2 years ago

Compatible with some device I think? No idea