Skip to content
New issue

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

quick_usb for Windows seems to construct an instance of QuickUsbMacos??? #97

Open
gtminch opened this issue Nov 7, 2023 · 0 comments
Open

Comments

@gtminch
Copy link

gtminch commented Nov 7, 2023

quick_usb_desktop.dart line 18 is part of class QuickUsbWindows but appears to instantiate .instance as a QuickUsbMacos instead.
QuickUsbPlatform.instance = QuickUsbMacos();

I'm no expert, but that smells suspicious. Is it good? Classes QuickUsbMacos and QuickUsbLinux do much more obvious things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant