flutter/packages/flutter_tools
2019-02-11 18:05:23 -08:00
..
bin Revert "Lazily download artifacts (#27374)" (#27705) 2019-02-08 15:50:18 -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 Pass method used to start flutter application (#27812) 2019-02-11 18:05:23 -08:00
schema Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888) 2018-10-10 11:01:40 -07:00
templates Make version documentation clearer. (#27278) 2019-02-11 16:29:38 -08:00
test Add support for binary compression of dynamic patches by the flutter tool. (#27754) 2019-02-11 16:57:26 -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 Add build_runner_core to flutter_tools BUILD.gn (#27661) 2019-02-08 07:40:44 -08:00
pubspec.yaml Add a keyboard key code generator. (#27620) 2019-02-06 16:53:16 -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