mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Not sure exactly what this was supposed to do, but pub no longer writes ".packages" and has not done since: https://github.com/dart-lang/pub/pull/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: https://github.com/flutter/flutter/issues/150196 It was added in https://github.com/flutter/flutter/pull/6093 seemingly without tests of this functionality.