File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
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 : [3.0.0 , dev]
23
+ sdk : [3.4 , dev]
24
24
steps :
25
25
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
26
26
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
44
44
matrix :
45
45
# Add macos-latest and/or windows-latest if relevant for this package.
46
46
os : [ubuntu-latest]
47
- sdk : [3.0.0 , dev]
47
+ sdk : [3.4 , dev]
48
48
steps :
49
49
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
50
50
- uses : dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
Original file line number Diff line number Diff line change 1
1
## 1.0.2-wip
2
2
3
- - Require Dart ` 3.0 ` .
3
+ - Require Dart ` 3.4 ` .
4
4
5
5
## 1.0.1
6
6
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ description: >-
6
6
repository : https://github.com/dart-lang/timing
7
7
8
8
environment :
9
- sdk : ^3.0 .0
9
+ sdk : ^3.4 .0
10
10
11
11
dependencies :
12
- json_annotation : ^4.3 .0
12
+ json_annotation : ^4.9 .0
13
13
14
14
dev_dependencies :
15
- build_runner : ^2.0.0
16
- dart_flutter_team_lints : ^2 .0.0
15
+ build_runner : ^2.0.6
16
+ dart_flutter_team_lints : ^3 .0.0
17
17
json_serializable : ^6.0.0
18
- test : ^1.0.0
18
+ test : ^1.17.10
You can’t perform that action at this time.
0 commit comments