mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* normalize windows file path cases in flutter validator * fix * make comparison more accurate by checking .startsWith() rather than .contains() * fix method name * call path.canonicalize * fix