When I start working on a new code base one of the first things I tend to do is add the effective dart lints.
This typically yields thousands of errors.
A moderate no. of the lints are not valid.
It would be really convenient if the dart-code offered an 'add ignore' option quick fix for these lints.