Skip to content

Commit 3488032

Browse files
authored
Prepare for the 2.11 dev SDKs (flutter#64)
Bump the upper bound to allow 2.10 stable and 2.11.0 dev SDK versions.
1 parent 6d07ed9 commit 3488032

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## 2.1.0-nullsafety.1-dev
1+
## 2.1.0-nullsafety.1
2+
3+
* Allow 2.10 stable and 2.11.0 dev SDK versions.
24

35
## 2.1.0-nullsafety
46

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stream_channel
2-
version: 2.1.0-nullsafety.1-dev
2+
version: 2.1.0-nullsafety.1
33

44
description: >-
55
An abstraction for two-way communication channels based on the Dart Stream
@@ -8,7 +8,7 @@ homepage: https://github.com/dart-lang/stream_channel
88

99
environment:
1010
# This must remain a tight constraint until nnbd is stable
11-
sdk: '>=2.10.0-0 <2.10.0'
11+
sdk: '>=2.10.0-0 <2.11.0'
1212

1313
dependencies:
1414
async: '>=2.5.0-nullsafety <2.5.0'

0 commit comments

Comments
 (0)