You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a file which imports the same library twice, as both package:foo/src/bar.dart and bar.dart, I'd expect either duplicate_import or unnecessary_import, but I don't see either.