Flutter app on MacOS stops when trying to get list of usb connected devices

123 Views Asked by At

I use hid package for getting list of connected devices and receiving data from them. This code blocks UI if executes in main isolate, after wrapping it into compute() it may close app without any error message, there will be only message "Lost connection to device"

0

There are 0 best solutions below