sdk
sdk copied to clipboard
Import `new_library` assist should auto-remove unecessary import
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.