web_socket_channel

StreamChannel wrappers for WebSockets.

BSD-3-CLAUSE License

Stars
420
Committers
35

Bot releases are visible (Hide)

web_socket_channel - package:web_socket_channel v3.0.1 Latest Release

Published by kevmoo 3 months ago

  • Remove unnecessary dependency_overrides.
  • Remove obsolete documentation for WebSocketChannel.new.
  • Update package web: '>=0.5.0 <2.0.0'.
web_socket_channel - package:web_socket_channel v2.4.4

Published by kevmoo 8 months ago

  • Require Dart ^3.3
  • Require package:web ^0.5.0.
web_socket_channel - package:web_socket_channel v2.4.3

Published by devoncarew 9 months ago

  • HtmlWebSocketChannel: Relax the type of the websocket parameter to the constructor in order to mitigate a breaking change introduced in 2.4.1.
web_socket_channel - package:web_socket_channel v2.4.2

Published by kevmoo 10 months ago

  • Allow web: '>=0.3.0 <0.5.0'
web_socket_channel - package:web_socket_channel v2.4.1

Published by kevmoo 10 months ago

  • Update the examples to use WebSocketChannel.ready and clarify that
    WebSocketChannel.ready should be awaited before sending data over the
    WebSocketChannel.
  • Mention ready in the docs for connect.
  • Bump minimum Dart version to 3.2.0
  • Move to pkg:web to support WebAssembly compilation.