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 86cdab8 commit 9f48f2dCopy full SHA for 9f48f2d
examples/web_socket_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/web_socket_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
broadcast_bloc: ^0.1.0-dev.1
@@ -16,5 +16,5 @@ dev_dependencies:
16
http: ^1.2.1
17
mocktail: ^1.0.0
18
test: ^1.25.0
19
- very_good_analysis: ^5.1.0
+ very_good_analysis: ^6.0.0
20
web_socket_client: ^0.1.0-dev.1
0 commit comments