flutter/packages/flutter_tools
Todd Volkert 9ea1ff12d7 Add Flags class. (#12268)
This class lives in the Context and allows callers to "inject"
flag values, where flag values are first extracted from the
command arguments, then from the global arguments as a fallback.
2017-09-28 09:36:55 -07:00
..
bin Attempt to fix Fuchsia build (#12259) 2017-09-26 08:50:41 -07:00
gradle Engine artifacts used for snapshots also specified as build inputs (#12014) 2017-09-12 08:35:02 +02:00
lib Add Flags class. (#12268) 2017-09-28 09:36:55 -07:00
schema Add schema for plugin (#12013) 2017-09-11 16:24:41 +02:00
templates Seems like a lint was renamed. (#12034) 2017-09-26 11:03:45 -07:00
test Add Flags class. (#12268) 2017-09-28 09:36:55 -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