mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Adds a 'build' command to `et`. * Renamed `query builds` to `query builders` because that seemed to be more precise(?) Some extra requests during review: 1. I've left some questions I'd like answers to at the top of `build_command.dart` I suspect @zanderso and @loic-sharma can give me (some?) answers. 2. I suspect I'm holding the FakeProcessManager wrong or there is a better way to write the tests in `build_command_test.dart`. Pointers to good examples are appreciated.