flutter/packages/flutter_tools/lib
Todd Volkert a08b5e00af Run command validation on all commands. (#12246)
This makes command validation happen as part of `verifyThenRunCommand()`,
using a newly introduced protected method (`validateCommand()`) rather than
a `commandValidator` property (that subclasses were responsible for manually
invoking).
2017-09-25 18:56:37 -07:00
..
src Run command validation on all commands. (#12246) 2017-09-25 18:56:37 -07:00
executable.dart Run pub in interactive mode in flutter packages pub (#11700) 2017-09-06 11:53:39 +02:00