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 4747 matrix :
4848 # Add macos-latest and/or windows-latest if relevant for this package.
4949 os : [ubuntu-latest]
50- sdk : [3.2 , dev]
50+ sdk : [3.4 , dev]
5151 steps :
5252 - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
5353 - uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
6262 - run : dart test --platform chrome --compiler dart2js
6363 if : always() && steps.install.outcome == 'success'
6464 - 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 11## 2.12.0-wip
22
3- - Require Dart 3.2
3+ - Require Dart 3.4
44
55## 2.11.0
66
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.
44repository : https://github.com/dart-lang/async
55
66environment :
7- sdk : ^3.2 .0
7+ sdk : ^3.4 .0
88
99dependencies :
1010 collection : ^1.15.0
11- meta : ^1.1.7
11+ meta : ^1.3.0
1212
1313dev_dependencies :
1414 dart_flutter_team_lints : ^3.0.0
1515 fake_async : ^1.2.0
1616 stack_trace : ^1.10.0
17- test : ^1.16.0
17+ test : ^1.16.6
1818
1919topics :
2020- async
You can’t perform that action at this time.
0 commit comments