flutter/packages/flutter_tools
Dan Rubel cccd917ac2 Refactor flutter command exit code - part 1 (#6803)
* convert flutter commands to use ToolExit for non-zero exit code
* add convenience method throwToolExit
* print ToolExit message iff not null
2016-11-11 10:42:09 -05:00
..
bin Added an option to allow default fonts to not be packed in an flx file. (#6710) 2016-11-04 14:06:44 -07:00
lib Refactor flutter command exit code - part 1 (#6803) 2016-11-11 10:42:09 -05:00
schema add services to schema 2016-03-30 12:20:55 -07:00
templates Tweaks to the template for P4. (#6635) 2016-11-02 11:28:49 -07:00
test Refactor flutter command exit code - part 1 (#6803) 2016-11-11 10:42:09 -05:00
tool add a restart command to the daemon protocol (#4385) 2016-06-07 12:13:35 -07:00
BUILD.gn Updated mustache dependency for flutter_tools. (#6287) 2016-10-12 12:53:06 -07:00
flutter_tools.iml Update IML files 2016-10-14 09:58:48 -07:00
pubspec.yaml revert args to 0.13.6 (#6765) 2016-11-08 17:15:11 -05:00
README.md Simplify README 2015-11-04 22:24:53 -08:00

Flutter tools

Tools for building Flutter applications.

To run the tests:

  • pub get
  • pub run test