blob: 5e76acde958e530275a5ba2ec0c014a61e00b0b5 [file] [log] [blame] [edit]
include: package:flutter_lints/flutter.yaml
analyzer:
exclude: [build/**]
language:
strict-raw-types: true
linter:
rules:
- prefer_final_locals
- prefer_const_declarations
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options