Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Releases: dart-archive/web_socket_channel

package:web_socket_channel v3.0.1

16 Jul 19:35
0e1d6e2

Choose a tag to compare

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

package:web_socket_channel v2.4.4

15 Feb 23:23
3db86bc

Choose a tag to compare

  • Require Dart ^3.3
  • Require package:web ^0.5.0.

package:web_socket_channel v2.4.3

08 Jan 18:07
041aa3c

Choose a tag to compare

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

package:web_socket_channel v2.4.2

04 Jan 17:41
0e8bedc

Choose a tag to compare

  • Allow web: '>=0.3.0 <0.5.0'

package:web_socket_channel v2.4.1

18 Dec 23:44
2a0563f

Choose a tag to compare

  • 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.