Added prefer_const_constructors to analysis_options.yaml.

This commit is contained in:
Faris Armoush
2025-05-04 11:11:32 +03:00
parent 7242218b2f
commit f55fa25bdf

View File

@ -26,6 +26,7 @@ linter:
rules:
# avoid_print: false # Uncomment to disable the `avoid_print` rule
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
prefer_const_constructors: true
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options