79540772

Date: 2025-03-28 07:27:24
Score: 1
Natty:
Report link

The const lint has been removed from flutter lints. You could check this issue https://github.com/dart-lang/core/issues/833 and https://github.com/flutter/flutter/issues/149932 or more details.

Right now, you would need to enable this lint rule in your `analysis_options.yaml` if you need it.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Codefarmer