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 85c245d commit 2fb3d67Copy full SHA for 2fb3d67
analysis_options.yaml
@@ -163,6 +163,8 @@ dart_code_metrics:
163
- prefer-prefixed-global-constants: false # we don't really care for the 'k' prefix
164
- prefer-single-widget-per-file: false
165
- avoid-passing-self-as-argument: false # fairly harmless. and e.g. drift calls are like this
166
+ - avoid-passing-async-when-sync-expected: false # we really like to do this in onTap() etc, and it seems harmless
167
+
168
formatter:
169
indent: 0
170
line-length: 100
0 commit comments