quick_usb icon indicating copy to clipboard operation
quick_usb copied to clipboard

A cross-platform (Android/Windows/macOS/Linux) USB plugin for Flutter

Results 6 quick_usb issues
Sort by recently updated
recently updated
newest added

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

In my case, data is inputted erratically through the serial port to my android device, thus the bulkTransferIn function doesn't really suite my purpose. Plugins like usb_serial let you specify...

Quick_Usb is now a singleton which means can only open one device for the same time. While there exists scenarios that need to concurrently communicate with multiple usb devices. Is...

It's really a great library, let me make a small suggestion. Some operations should be based on a customizable device that is already open Of course it doesn't affect the...

Error (no such file) Library not loaded: /opt/homebrew/opt/libusb/lib/libusb-1.0.0.dylib Referenced from: /Volumes/Data/Projects/SWTH/qipos/build/macos/Build/Products/Debug/QiPOS Anywhere.app/Contents/MacOS/QiPOS Anywhere Reason: tried: '/opt/homebrew/opt/libusb/lib/libusb-1.0.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/libusb/lib/libusb-1.0.0.dylib' (no such file), '/opt/homebrew/opt/libusb/lib/libusb-1.0.0.dylib' (no such file), '/usr/local/lib/libusb-1.0.0.dylib' (no such...