dart-lang / web_socket_channel

StreamChannel wrappers for WebSockets.
https://pub.dev/packages/web_socket_channel
BSD 3-Clause "New" or "Revised" License
419 stars 109 forks source link

Build Failed Because of EventStream error #317

Closed RonitBanerjee closed 9 months ago

RonitBanerjee commented 9 months ago

Hi team, my flutter app is failing to build bacause of an error with the version of the plugins.

../../../../.pub-cache/hosted/pub.dev/web_socket_channel-2.4.2/lib/src/web_helpers.dart:10:32: Error: The getter 'EventStreamProviders' isn't defined for the class 'WebSocket'.

ambitencourt commented 9 months ago

Palliative solution: dependency_overrides: web_socket_channel: 2.4.0

https://github.com/dart-lang/web_socket_channel/issues/316

devoncarew commented 9 months ago

Thanks for the report! De-duping this with https://github.com/dart-lang/web_socket_channel/issues/318.