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
2
2
3
3
- Remove unnecessary ` dependency_overrides ` .
4
4
- Remove obsolete documentation for ` WebSocketChannel.new ` .
5
+ - Update package ` web: '>=0.5.0 <2.0.0' ` .
5
6
6
7
## 3.0.0
7
8
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ class AdapterWebSocketChannel extends StreamChannelMixin
30
30
/// The close code set by the local user.
31
31
///
32
32
/// To ensure proper ordering, this is stored until we get a done event on
33
- /// [_controller .local.stream] .
33
+ /// [StreamChannelController .local] ` .stream` .
34
34
int ? _localCloseCode;
35
35
36
36
/// The close reason set by the local user.
37
37
///
38
38
/// To ensure proper ordering, this is stored until we get a done event on
39
- /// [_controller .local.stream] .
39
+ /// [StreamChannelController .local] ` .stream` .
40
40
String ? _localCloseReason;
41
41
42
42
/// Completer for [ready] .
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ class HtmlWebSocketChannel extends StreamChannelMixin
37
37
/// The close code set by the local user.
38
38
///
39
39
/// To ensure proper ordering, this is stored until we get a done event on
40
- /// [_controller .local.stream] .
40
+ /// [StreamChannelController .local] ` .stream` .
41
41
int ? _localCloseCode;
42
42
43
43
/// The close reason set by the local user.
44
44
///
45
45
/// To ensure proper ordering, this is stored until we get a done event on
46
- /// [_controller .local.stream] .
46
+ /// [StreamChannelController .local] ` .stream` .
47
47
String ? _localCloseReason;
48
48
49
49
/// Completer for [ready] .
Original file line number Diff line number Diff line change 1
1
name : web_socket_channel
2
- version : 3.0.1-wip
2
+ version : 3.0.1
3
3
description : >-
4
4
StreamChannel wrappers for WebSockets. Provides a cross-platform
5
5
WebSocketChannel API, a cross-platform implementation of that API that
@@ -13,7 +13,7 @@ dependencies:
13
13
async : ^2.5.0
14
14
crypto : ^3.0.0
15
15
stream_channel : ^2.1.0
16
- web : ^ 0.5.0
16
+ web : ' >= 0.5.0 <2.0.0 '
17
17
web_socket : ^0.1.5
18
18
19
19
dev_dependencies :
You can’t perform that action at this time.
0 commit comments