flutter/packages/flutter_tools
Ian Hickson e5f81e1048
Clean up some flutter_tools tests and roll dependencies (#33163)
* Clean up some flutter_tools tests

* Remove arbitrary retry that happens even for fundamental errors, and generally clean up _DevFSHttpWriter.

* Update dependencies (requires fixes; see next commit)

* Fixes for new dependencies.
2019-05-22 09:31:37 -07:00
..
bin Streamline Windows build process (#32783) 2019-05-15 19:32:47 -04:00
doc Add a note about events coming from the server (#31419) 2019-04-22 17:36:07 +01:00
gradle Support ARM 32 and 64 bits in app bundles 2019-05-20 13:09:20 -07:00
ide_templates/intellij Implements focus handling and hover for Material buttons. (#31438) 2019-05-14 20:48:29 -07:00
lib Clean up some flutter_tools tests and roll dependencies (#33163) 2019-05-22 09:31:37 -07:00
schema Remove json_schema and cli_util deps from flutter_tool (#28040) 2019-02-20 15:38:58 -08:00
templates Rename flutter packages to flutter pub (#33041) 2019-05-21 16:38:58 +02:00
test Clean up some flutter_tools tests and roll dependencies (#33163) 2019-05-22 09:31:37 -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 run build_runner tests for engine (#28684) 2019-02-28 20:06:14 -08:00
pubspec.yaml Clean up some flutter_tools tests and roll dependencies (#33163) 2019-05-22 09:31:37 -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