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.