We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25af27a + 65971b7 commit d5bb052Copy full SHA for d5bb052
analysis_options.yaml
@@ -12,9 +12,7 @@ analyzer:
12
13
linter:
14
rules:
15
- include:
16
- - avoid_types_on_closure_parameters
17
- - prefer_void_to_null
18
- - void_checks
19
- exclude:
20
- - overridden_fields
+ - avoid_types_on_closure_parameters
+ - prefer_void_to_null
+ - void_checks
+ - overridden_fields: false
pubspec.yaml
@@ -10,7 +10,7 @@ environment:
10
sdk: '>=2.19.0 <4.0.0'
11
dependencies:
- analyzer: ">=5.0.0 <8.0.0"
+ analyzer: ">=5.0.0 <11.0.0"
args: ^2.0.0
async: ^2.5.0
crypto: ^3.0.1
0 commit comments