flutter/packages/flutter_tools
Stevie Strickland 1c021506df Remove unused --packages argument to gen_snapshot. (#28101)
This command line argument has already been removed in the main
Dart repository, so building flutter with the latest dart fails.
2019-02-21 09:03:59 +01:00
..
bin Refactor local engine logic (#27765) 2019-02-15 15:56:49 -08:00
doc Pass method used to start flutter application (#27812) 2019-02-11 18:05:23 -08:00
gradle Add2App: Fix crash resulted from hard-code module 'app' based resource copy. (#27154) 2019-01-30 10:29:29 -08:00
ide_templates/intellij Change 'flutter ide-config' to optionally create root Intellij module (#19920) 2018-07-30 10:15:26 -07:00
lib Remove unused --packages argument to gen_snapshot. (#28101) 2019-02-21 09:03:59 +01:00
schema Remove json_schema and cli_util deps from flutter_tool (#28040) 2019-02-20 15:38:58 -08:00
templates flutter create --template=plugin now include flutter unit test (#26456) 2019-02-12 10:37:00 -08:00
test Revert "Add support for binary compression of dynamic patches by the flutter tool. (#27754)" (#28031) 2019-02-15 18:43:36 -08:00
tool Pass method used to start flutter application (#27812) 2019-02-11 18:05:23 -08:00
analysis_options.yaml Turn on unawaited_futures in flutter_tools (#21048) 2018-08-30 20:57:44 -07:00
BUILD.gn Reland automatic discovery of observatory port for iOS (#27908) 2019-02-15 17:44:55 -08:00
pubspec.yaml Remove json_schema and cli_util deps from flutter_tool (#28040) 2019-02-20 15:38:58 -08:00
README.md Slight doc change (#24526) 2018-11-19 09:11:40 -08:00

Flutter Tools

Developer tools for building Flutter applications.

Be sure to follow the instructions on CONTRIBUTING.md to setup.

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