We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f48f2d commit 5165bbeCopy full SHA for 5165bbe
examples/counter/analysis_options.yaml
@@ -1,4 +1,4 @@
1
-include: package:very_good_analysis/analysis_options.5.1.0.yaml
+include: package:very_good_analysis/analysis_options.6.0.0.yaml
2
analyzer:
3
exclude:
4
- build/**
examples/counter/pubspec.yaml
@@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none
5
6
environment:
7
- sdk: ">=3.1.0 <4.0.0"
+ sdk: ">=3.4.0 <4.0.0"
8
9
dependencies:
10
dart_frog: ^1.0.0
@@ -13,4 +13,4 @@ dev_dependencies:
13
http: ^1.0.0
14
mocktail: ^1.0.0
15
test: ^1.25.0
16
- very_good_analysis: ^5.1.0
+ very_good_analysis: ^6.0.0
0 commit comments