We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi ...
I'm trying to use quick_usb to build a MacOS app. I am trying to follow this example code you provide:
quick_usb
await QuickUsb.init(); // ... var deviceList = await QuickUsb.getDeviceList(); // ... await QuickUsb.exit();
However, on the first line (await QuickUsb.init();) I get the following exception thrown:
await QuickUsb.init();
LateError (LateInitializationError: Field '_instance@166265524' has not been initialized.)
Are there suggestions on how to resolve and/or debug this issue?
The text was updated successfully, but these errors were encountered:
I get the same error on Windows when using 0.4.0. It didn't happen with version 0.3.1.
Sorry, something went wrong.
No branches or pull requests
Hi ...
I'm trying to use
quick_usb
to build a MacOS app. I am trying to follow this example code you provide:However, on the first line (
await QuickUsb.init();
) I get the following exception thrown:Are there suggestions on how to resolve and/or debug this issue?
The text was updated successfully, but these errors were encountered: