dart-lang/web_socket_channel

Error: The getter 'EventStreamProviders' isn't defined for the class 'WebSocket'.

betimer opened this issue · 3 comments

Version: 2.4.2

If downgrade to version 2.4.0, it is working well.

The getter 'EventStreamProviders' isn't defined for the class 'WebSocket'.
 - 'WebSocket' is from 'package:web/src/dom/websockets.dart' ('/C:/Users/betim/AppData/Local/Pub/Cache/hosted/pub.dev/web-0.3.0/lib/src/dom/websockets.dart').
 - ```

we are facing the same issue, but we are not using web_socket directly. So no option to even downgrade as well

Error: The getter 'EventStreamProviders' isn't defined for the class 'WebSocket'.

mogol commented

@paddymahadeva you can add this to your pubspec.yaml

dependency_overrides: 
  web_socket_channel: 2.4.0

Thanks for the report! De-duping this with #318.