Skip to content

Commit 024af27

Browse files
authored
Declare support for async 2.0.0 (flutter#10)
1 parent 9462525 commit 024af27

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.6.2
2+
3+
* Declare support for `async` 2.0.0.
4+
15
## 1.6.1
26

37
* Fix the type of `StreamChannel.transform()`. This previously inverted the

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: stream_channel
2-
version: 1.6.2-dev
2+
version: 1.6.2
33
description: An abstraction for two-way communication channels.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/stream_channel
66
environment:
77
sdk: '>=1.21.0 <2.0.0'
88
dependencies:
9-
async: '^1.11.0'
9+
async: '>=1.11.0 <3.0.0'
1010
stack_trace: '^1.0.0'
1111
dev_dependencies:
1212
test: '^0.12.18'

0 commit comments

Comments
 (0)