File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 47
47
matrix :
48
48
# Add macos-latest and/or windows-latest if relevant for this package.
49
49
os : [ubuntu-latest]
50
- sdk : [3.2 , dev]
50
+ sdk : [3.4 , dev]
51
51
steps :
52
52
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
53
53
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
62
62
- run : dart test --platform chrome --compiler dart2js
63
63
if : always() && steps.install.outcome == 'success'
64
64
- run : dart test --platform chrome --compiler dart2wasm
65
- # TODO: drop `dev` filter when dart2wasm is working on stable
66
- if : always() && steps.install.outcome == 'success' && matrix.sdk == 'dev'
65
+ if : always() && steps.install.outcome == 'success'
Original file line number Diff line number Diff line change 1
1
## 2.12.0-wip
2
2
3
- - Require Dart 3.2
3
+ - Require Dart 3.4
4
4
5
5
## 2.11.0
6
6
Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ description: Utility functions and classes related to the 'dart:async' library.
4
4
repository : https://github.com/dart-lang/async
5
5
6
6
environment :
7
- sdk : ^3.2 .0
7
+ sdk : ^3.4 .0
8
8
9
9
dependencies :
10
10
collection : ^1.15.0
11
- meta : ^1.1.7
11
+ meta : ^1.3.0
12
12
13
13
dev_dependencies :
14
14
dart_flutter_team_lints : ^3.0.0
15
15
fake_async : ^1.2.0
16
16
stack_trace : ^1.10.0
17
- test : ^1.16.0
17
+ test : ^1.16.6
18
18
19
19
topics :
20
20
- async
You can’t perform that action at this time.
0 commit comments