This commit is contained in:
lollipopkit
2023-12-20 11:34:18 +08:00
parent eec13678a1
commit 6924290626
20 changed files with 104 additions and 105 deletions

View File

@@ -24,6 +24,9 @@ linter:
rules:
library_private_types_in_public_api: false
use_build_context_synchronously: false
prefer_final_locals: true
unnecessary_parenthesis: true
implicit_call_tearoffs: true
# avoid_print: false # Uncomment to disable the `avoid_print` rule
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule