flutter/packages/flutter_tools
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
..
bin Delinting future awaits round 3 (#10791) 2017-09-20 17:24:43 -07:00
gradle Engine artifacts used for snapshots also specified as build inputs (#12014) 2017-09-12 08:35:02 +02:00
lib Run command validation on all commands. (#12246) 2017-09-25 18:56:37 -07:00
schema Add schema for plugin (#12013) 2017-09-11 16:24:41 +02:00
templates update pubspec.yaml.tmpl of package and plugin (#12238) 2017-09-25 13:09:28 +02:00
test Run command validation on all commands. (#12246) 2017-09-25 18:56:37 -07:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn Rename .analysis_options to analysis_options.yaml (#11594) 2017-08-15 08:46:42 -04:00
flutter_tools.iml Update flutter_tools IntelliJ project (#11790) 2017-08-25 15:59:19 -07:00
pubspec.yaml Update some places that mentioned the old update-packages --upgrade (#12218) 2017-09-23 22:23:09 -07:00
README.md Add test of flutter create --plugin (#9459) 2017-04-19 00:00:39 +02:00

Flutter tools

Tools for building Flutter applications.

To run the tests, ensure that no devices are connected, then navigate to flutter_tools and execute:

../../bin/cache/dart-sdk/bin/pub run test