File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
matrix :
18
18
flutter_version :
19
- - " 3.13 .0" # The Flutter version with a Dart SDK that matches the minimum Dart SDK version supported by the package.
19
+ - " 3.24 .0" # The Flutter version with a Dart SDK that matches the minimum Dart SDK version supported by the package.
20
20
- " 3.x" # The Flutter version with a Dart SDK that matches the maximum Dart SDK version supported by the package.
21
21
22
22
uses : VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ homepage: https://github.com/VeryGoodOpenSource/very_good_test_runner
4
4
version : 0.2.0
5
5
6
6
environment :
7
- sdk : " >=3.0.0 <4.0.0 "
7
+ sdk : ^3.5.0
8
8
9
9
dependencies :
10
- json_annotation : ^4.4 .0
11
- universal_io : ^2.0.0
10
+ json_annotation : ^4.9 .0
11
+ universal_io : ^2.2.2
12
12
13
13
dev_dependencies :
14
- build_runner : ^2.0.0
14
+ build_runner : ^2.4.12
15
15
build_verify : ^3.1.0
16
- json_serializable : ^6.0 .0
17
- mocktail : " >=0.3.0 <2.0.0 "
18
- test : ^1.19.2
19
- very_good_analysis : " >=5.1.0 <7.0.0 "
16
+ json_serializable : ^6.8 .0
17
+ mocktail : ^1.0.4
18
+ test : ^1.25.8
19
+ very_good_analysis : ^6.0.0
You can’t perform that action at this time.
0 commit comments