-
Notifications
You must be signed in to change notification settings - Fork 116
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
Web support #96
Comments
I also found the same problem and the developers of this repository suddenly removed the web support in the new version without even mentioning this in their changelog!! |
Same problem here. I went back to 1.3.9. |
Version 1.3.9 works on the web. I'm using it. |
What version of flutter do you have?
|
Even if you change the version in flutter, it may still be using 1.4.0 from that cache (it happened to me). Try using flutter pub cache clean and flutter clean. To see which version it is using, you can see the version used by clicking on the imported file in the editor. |
before i forget, the versions i used: |
I tried cleaning pub cache and do a flutter clean and, even if in the pubspec.yaml it's specified the version 1.3.9 somehow it uses the 1.4.0. |
When adding the package, add it as signalr_netcore: 1.3.9, not signalr_netcore: ^1.3.9. Try without the ^ character. |
@autocar you saved my day! Thank you very much! Let's hope they will support again web version in the next releases like before... |
I'm glad your problem is solved.
|
I have issue with version 1.4.0 on Flutter web. Farsi text is converted to characters like �ا����. |
Version 1.4.0 uses |
when will this branch be in main?
|
Web platform is not supported.
A few weeks ago it worked, but now it doesn't work anymore.
It would be very useful if it would be supported
The text was updated successfully, but these errors were encountered: