flutter/packages/flutter_tools
Paul Berry c78ccb0b5e
Cause flutter analyze to fail if the analysis server experienced an error. (#29126)
Substantially reduces the danger that a bug in the analysis server
might prevent errors from being detected by `flutter analyze`.
2019-03-11 09:47:20 -07:00
..
bin Revert "Lazily download artifacts (III) (#27903)" (#29064) 2019-03-08 13:31:51 -08:00
doc Pass method used to start flutter application (#27812) 2019-02-11 18:05:23 -08:00
gradle Remove the flutter_shared assets directory from the Gradle script (#27572) 2019-03-06 11:23:27 -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 Cause flutter analyze to fail if the analysis server experienced an error. (#29126) 2019-03-11 09:47:20 -07:00
schema Remove json_schema and cli_util deps from flutter_tool (#28040) 2019-02-20 15:38:58 -08:00
templates Add basic web device and run support (#28302) 2019-02-26 16:58:24 -08:00
test fix block formatting (#29051) 2019-03-09 09:03:11 +01:00
tool Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
analysis_options.yaml Turn on unawaited_futures in flutter_tools (#21048) 2018-08-30 20:57:44 -07:00
BUILD.gn [flutter_tool,fuchsia] Add missing dep to flutter_tool (#28346) 2019-02-22 14:31:59 -08:00
build.yaml Add capability to run build_runner tests for engine (#28684) 2019-02-28 20:06:14 -08:00
pubspec.yaml Run non-perf sensitive tests on Cirrus (#27971) 2019-03-10 07:52:44 -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