File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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.0.0 , dev]
50
+ sdk : [3.4 , dev]
51
51
steps :
52
52
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
53
53
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
60
60
run : dart test --platform vm
61
61
if : always() && steps.install.outcome == 'success'
62
62
- name : Run Chrome tests
63
- run : dart test --platform chrome
63
+ run : dart test --platform chrome --compiler dart2js,dart2wasm
64
64
if : always() && steps.install.outcome == 'success'
Original file line number Diff line number Diff line change 1
1
## 2.1.5-wip
2
2
3
- - Require Dart ` 3.0 .0 ` .
3
+ - Require Dart ` 3.4 .0 ` .
4
4
5
5
## 2.1.4
6
6
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ topics:
9
9
- semver
10
10
11
11
environment :
12
- sdk : ^3.0 .0
12
+ sdk : ^3.4 .0
13
13
14
14
dependencies :
15
15
collection : ^1.15.0
16
16
meta : ^1.3.0
17
17
18
18
dev_dependencies :
19
- dart_flutter_team_lints : ^2 .0.0
19
+ dart_flutter_team_lints : ^3 .0.0
20
20
test : ^1.16.0
You can’t perform that action at this time.
0 commit comments