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
Windows 10, quick_blue 0.4.1+1, flutter 3.3.0-0.2.pre
When I try to connect to a deviceId that isn't valid, on Windows at least, (such as "asdf") my app crashes, with an error like:
Microsoft Visual C++
---
Debug Error!
Program:
...ts\flutter_tests\build\windows\runner\Debug\flutter_tests.exe
abort() has been called
(Press Retry to debug the application)
[Abort] [Retry] [Ignore]
If I wait, the app crashes and Flutter says it lost connection. If I click a button, same thing.
(Note that if I give a device id that is valid but doesn't match a device, it just gives me a normal error, rather than crashing.)
The text was updated successfully, but these errors were encountered:
@Sunbreak Hi, quick question.
will https://github.com/woodemi/quick.flutter this be published as a completely new plugin so that we can add it in the pubspec and use it OR will you be updating the existing quick_blue plugin.
Windows 10, quick_blue 0.4.1+1, flutter 3.3.0-0.2.pre
When I try to
connect
to adeviceId
that isn't valid, on Windows at least, (such as "asdf") my app crashes, with an error like:If I wait, the app crashes and Flutter says it lost connection. If I click a button, same thing.
(Note that if I give a device id that is valid but doesn't match a device, it just gives me a normal error, rather than crashing.)
The text was updated successfully, but these errors were encountered: