flutter/packages/flutter_tools
Chris Bracken 264381a670
Default optional bool param to false (#33704)
In runTests, we previously now default the optional boolean `web`
parameter to false to ensure (or at least improve the odds) that the
conditional on line 70 evaluates to true or false.
2019-06-01 01:42:34 -07:00
..
bin Revert "Devfs cleanup and testing (#33374)" (#33673) 2019-05-31 13:17:12 -07:00
doc add daemon command to enumerate supported platforms (#33472) 2019-05-30 10:14:23 -07:00
gradle Add mustRunAfter on mergeAssets task to force task ordering (#33272) 2019-05-28 10:01:19 -07:00
ide_templates/intellij Implements focus handling and hover for Material buttons. (#31438) 2019-05-14 20:48:29 -07:00
lib Default optional bool param to false (#33704) 2019-06-01 01:42:34 -07:00
schema Adds support for generating projects that use AndroidX support libraries (#31028) 2019-05-31 18:33:02 -07:00
static Add capability to flutter test --platform=chrome (#33525) 2019-05-31 15:55:51 -07:00
templates Adds support for generating projects that use AndroidX support libraries (#31028) 2019-05-31 18:33:02 -07:00
test Revert "Add real-er restart for web using webkit inspection protocol (#33629)" (#33703) 2019-05-31 21:53:30 -07:00
tool make FlutterProject synchronous (#31757) 2019-04-29 08:21:32 -07:00
analysis_options.yaml refactor context to be implicit-downcast safe (#31622) 2019-04-25 15:51:08 -07:00
BUILD.gn ensure that fe server is always built with tool (#29768) 2019-03-26 17:11:04 -07:00
build.yaml Add capability to flutter test --platform=chrome (#33525) 2019-05-31 15:55:51 -07:00
pubspec.yaml Revert "Add real-er restart for web using webkit inspection protocol (#33629)" (#33703) 2019-05-31 21:53:30 -07: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