File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1- ## 3.0.1-wip
1+ ## 3.0.1
22
33- Remove unnecessary ` dependency_overrides ` .
44- Remove obsolete documentation for ` WebSocketChannel.new ` .
5+ - Update package ` web: '>=0.5.0 <2.0.0' ` .
56
67## 3.0.0
78
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ class AdapterWebSocketChannel extends StreamChannelMixin
3030 /// The close code set by the local user.
3131 ///
3232 /// To ensure proper ordering, this is stored until we get a done event on
33- /// [_controller .local.stream] .
33+ /// [StreamChannelController .local] ` .stream` .
3434 int ? _localCloseCode;
3535
3636 /// The close reason set by the local user.
3737 ///
3838 /// To ensure proper ordering, this is stored until we get a done event on
39- /// [_controller .local.stream] .
39+ /// [StreamChannelController .local] ` .stream` .
4040 String ? _localCloseReason;
4141
4242 /// Completer for [ready] .
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ class HtmlWebSocketChannel extends StreamChannelMixin
3737 /// The close code set by the local user.
3838 ///
3939 /// To ensure proper ordering, this is stored until we get a done event on
40- /// [_controller .local.stream] .
40+ /// [StreamChannelController .local] ` .stream` .
4141 int ? _localCloseCode;
4242
4343 /// The close reason set by the local user.
4444 ///
4545 /// To ensure proper ordering, this is stored until we get a done event on
46- /// [_controller .local.stream] .
46+ /// [StreamChannelController .local] ` .stream` .
4747 String ? _localCloseReason;
4848
4949 /// Completer for [ready] .
Original file line number Diff line number Diff line change 11name : web_socket_channel
2- version : 3.0.1-wip
2+ version : 3.0.1
33description : >-
44 StreamChannel wrappers for WebSockets. Provides a cross-platform
55 WebSocketChannel API, a cross-platform implementation of that API that
@@ -13,7 +13,7 @@ dependencies:
1313 async : ^2.5.0
1414 crypto : ^3.0.0
1515 stream_channel : ^2.1.0
16- web : ^ 0.5.0
16+ web : ' >= 0.5.0 <2.0.0 '
1717 web_socket : ^0.1.5
1818
1919dev_dependencies :
You can’t perform that action at this time.
0 commit comments