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
Stop looking for .packages when analyzing (flutter#150349)
Not sure exactly what this was supposed to do, but pub no longer writes
".packages" and has not done since:
dart-lang/pub#3413. So this check would never
find a '.packages'.
Not sure if this code was doing anything useful - but it does not seem
to have been missed for a couple of years.
This is a warm-up for: flutter#150196
It was added in flutter#6093 seemingly
without tests of this functionality.
0 commit comments