sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Import `new_library` assist should auto-remove unecessary import

Open FMorschel opened this issue 1 year ago • 12 comments

When working on Flutter projects, sometimes I extract a Widget to a new file.

While importing the missing dependencies with the assist, sometimes I miss click and import widgets first and then material. Which then warns me about the unnecessary import of widgets.

I believe that the assist should replace the old import if that happens.

FMorschel avatar Jun 05 '24 23:06 FMorschel