File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 59
59
# Add macos-latest and/or windows-latest if relevant for this package.
60
60
os : [ubuntu-latest]
61
61
# Bump SDK for Legacy tests when changing min SDK.
62
- sdk : [3.1 , dev]
62
+ sdk : [3.4 , dev]
63
63
steps :
64
64
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
65
65
- uses : dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
Original file line number Diff line number Diff line change 1
1
## 2.1.2-wip
2
2
3
+ - Require Dart 3.4 or greater.
4
+
3
5
## 2.1.1
4
6
5
7
- Require Dart 3.1 or greater
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: A collection of utilities to transform and manipulate streams.
4
4
repository : https://github.com/dart-lang/tools/tree/main/pkgs/stream_transform
5
5
6
6
environment :
7
- sdk : ^3.1 .0
7
+ sdk : ^3.4 .0
8
8
9
9
dev_dependencies :
10
10
async : ^2.5.0
You can’t perform that action at this time.
0 commit comments