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 6d07ed9 commit 3488032Copy full SHA for 3488032
CHANGELOG.md
@@ -1,4 +1,6 @@
1
-## 2.1.0-nullsafety.1-dev
+## 2.1.0-nullsafety.1
2
+
3
+* Allow 2.10 stable and 2.11.0 dev SDK versions.
4
5
## 2.1.0-nullsafety
6
pubspec.yaml
@@ -1,5 +1,5 @@
name: stream_channel
-version: 2.1.0-nullsafety.1-dev
+version: 2.1.0-nullsafety.1
description: >-
An abstraction for two-way communication channels based on the Dart Stream
@@ -8,7 +8,7 @@ homepage: https://github.com/dart-lang/stream_channel
8
9
environment:
10
# This must remain a tight constraint until nnbd is stable
11
- sdk: '>=2.10.0-0 <2.10.0'
+ sdk: '>=2.10.0-0 <2.11.0'
12
13
dependencies:
14
async: '>=2.5.0-nullsafety <2.5.0'
0 commit comments