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 0950eb3 commit 910bd47Copy full SHA for 910bd47
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.6
2
+
3
+* Declare support for `async` 2.0.0.
4
5
## 1.0.5
6
7
* Increase the SDK version constraint to `<2.0.0-dev.infinity`.
pubspec.yaml
@@ -1,5 +1,5 @@
name: web_socket_channel
-version: 1.0.6-dev
+version: 1.0.6
description: StreamChannel wrappers for WebSockets.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/web_socket_channel
@@ -8,7 +8,7 @@ environment:
8
sdk: '>=1.13.0 <2.0.0'
9
10
dependencies:
11
- async: '^1.3.0'
+ async: '>=1.3.0 <3.0.0'
12
crypto: '>=0.9.2 <3.0.0'
13
stream_channel: '^1.2.0'
14
0 commit comments