mirror of
https://github.com/flutter/flutter.git
synced 2026-02-05 11:19:18 +08:00
The output of the analyzer gives the full path to the Dart file, so we had to adjust the string matching to account for that. https://github.com/flutter/flutter/issues/7894