Add a 'wrap with (Flutter) Builder refactor' #33957
Labels
analyzer-refactoring
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P4
type-enhancement
A request for a change that isn't a bug
The 2 patterns of taking a Widget instance or taking a WidgetBuilder instance are common in Flutter.
Currently if one makes a mistake and wrote one when the other is needed, it's inconvenient to make the switch since one has to make the manual act of balancing brackets etc.
Would be good to have a quick-refactor function to flip between the two.
The text was updated successfully, but these errors were encountered: