We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9462525 commit 024af27Copy full SHA for 024af27
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.6.2
2
+
3
+* Declare support for `async` 2.0.0.
4
5
## 1.6.1
6
7
* Fix the type of `StreamChannel.transform()`. This previously inverted the
pubspec.yaml
@@ -1,12 +1,12 @@
name: stream_channel
-version: 1.6.2-dev
+version: 1.6.2
description: An abstraction for two-way communication channels.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/stream_channel
environment:
sdk: '>=1.21.0 <2.0.0'
8
dependencies:
9
- async: '^1.11.0'
+ async: '>=1.11.0 <3.0.0'
10
stack_trace: '^1.0.0'
11
dev_dependencies:
12
test: '^0.12.18'
0 commit comments