We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af8fbf commit c6af40cCopy full SHA for c6af40c
pkgs/web_socket_channel/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 3.0.0-wip
+## 3.0.0
2
3
- Provide an adapter around `package:web_socket` `WebSocket`s and make it the
4
default implementation for `WebSocketChannel.connect`.
pkgs/web_socket_channel/pubspec.yaml
@@ -1,5 +1,5 @@
name: web_socket_channel
-version: 3.0.0-wip
+version: 3.0.0
description: >-
StreamChannel wrappers for WebSockets. Provides a cross-platform
5
WebSocketChannel API, a cross-platform implementation of that API that
0 commit comments