File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
matrix :
18
18
flutter_version :
19
- - " 3.10 .0" # The Flutter version with a Dart SDK that matches the minimum Dart SDK version supported by the package.
19
+ - " 3.13 .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 1
- include : package:very_good_analysis/analysis_options.4 .0.0.yaml
1
+ include : package:very_good_analysis/analysis_options.6 .0.0.yaml
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ dev_dependencies:
16
16
json_serializable : ^6.0.0
17
17
mocktail : " >=0.3.0 <2.0.0"
18
18
test : ^1.19.2
19
- very_good_analysis : ^ 5.1.0
19
+ very_good_analysis : " >= 5.1.0 <7.0.0 "
You can’t perform that action at this time.
0 commit comments