mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Closes https://github.com/flutter/flutter/issues/133415. This includes a performance optimization for the runner itself, where `--include=...`s are used as a base to check, versus checking _every_ file and seeing if it exists in a list. This works better with what is expected in `ci/bin/format.dart` without any contract change. Also added a few more functional tests of the system.