-
Notifications
You must be signed in to change notification settings - Fork 183
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
No action from the library. #19
Comments
Same issue, i think it was due to the iOS or Xcode Update. |
try with |
hello,I have the same problem,Have you solved this problem? |
From the docs: In Flutter env. it only works with dart:io websocket, not with dart:html websocket, so in this case you have to add 'transports': ['websocket'] when creates the socket instance. For example,
|
Hello,
First off, I want to thank all the contributers for the great API. I am new on the flutter side, and I saw that this library offers support for flutter so I wanted to try it out. However, I am not able to get any action from the library. It doesn't throw any errors, it doesn't get connected. It is purely idle.
I'm trying to run this on an actual android device.
Flutter doctor output:
This is the final version of options as I traced from the manager.
Thanks in advance,
Kagan
The text was updated successfully, but these errors were encountered: