You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: