File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
23
- sdk : [dev, 3.0.0 ]
23
+ sdk : [dev, 3.4 ]
24
24
steps :
25
25
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
26
26
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
47
47
matrix :
48
48
# Add macos-latest and/or windows-latest if relevant for this package.
49
49
os : [ubuntu-latest]
50
- sdk : [dev, 3.0.0 ]
50
+ sdk : [dev, 3.4 ]
51
51
steps :
52
52
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
53
53
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Original file line number Diff line number Diff line change 1
1
## 1.0.5-wip
2
2
3
- * Require Dart 3.0 .
3
+ * Require Dart 3.4 .
4
4
5
5
## 1.0.4
6
6
Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ List<String> shellSplit(String command) {
124
124
default :
125
125
hasToken = true ;
126
126
token.writeCharCode (next);
127
- break ;
128
127
}
129
128
}
130
129
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ version: 1.0.5-wip
6
6
repository : https://github.com/dart-lang/io
7
7
8
8
environment :
9
- sdk : ^3.0 .0
9
+ sdk : ^3.4 .0
10
10
11
11
dependencies :
12
12
meta : ^1.3.0
13
13
path : ^1.8.0
14
14
string_scanner : ^1.1.0
15
15
16
16
dev_dependencies :
17
- dart_flutter_team_lints : ^2 .0.0
18
- test : ^1.16.0
17
+ dart_flutter_team_lints : ^3 .0.0
18
+ test : ^1.16.6
19
19
test_descriptor : ^2.0.0
You can’t perform that action at this time.
0 commit comments