Skip to content

package:web_socket_channel v2.4.1

Compare
Choose a tag to compare
@kevmoo kevmoo released this 18 Dec 23:44
· 26 commits to master since this release
2a0563f
  • 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.