Skip to content

Missing fix for avoid_final_parameters #61812

Description

@FMorschel

We have a fix for prefer_final_parameters and all prefer_final_foo lints, but we don't for avoid_final_parameters.

It should be really easy since we already have the Make variable '{0}' not final fix for assignment_to_final_local.

It could even become an assist, for people that don't have any related lints active but want to remove the previously added final from a declaration (and don't know we have the fix).

FYI @bwilkerson

Metadata

Metadata

Assignees

Labels

P3A lower priority bug or feature requestarea-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-quick-fixIssues with analysis server (quick) fixestype-enhancementA request for a change that isn't a bug

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions