Open
Description
Use case
Using Flutter Intellij plugin version 58.0.3
it shows the list of warnings and info results from the linter, and it lets you go to each file and gives you suggestions to fix it. The proposal is to allow multiple fixes at the same time from the list of results.
The specific issue comes from migrating from flutter 1 to 2 where we get a lot of new warnings and info results, and a lot of them are pretty simple, and without this I need to go to each file and fix it, it would be pretty fast if I could select multiple items at once and click fix, test if it worked and commit.
Proposal
I would love to have an option after I right-click a list of items (like on the gif) and get an option "Fix all of this automatically":