flutter/packages/flutter_tools
Greg Spencer b7169c1d95
Update package prep script to do async process execution and emit output as it happens. (#13918)
- Switches to async process execution, which now shows output as it happens instead of in chunks when the process completes
-  Now uses ProcessManager so that it may be mocked for the test.
- Adds in the download and install of mingit on Windows.
- Updated package dependencies because of added dependency on process package.
2018-01-09 17:42:42 -08:00
..
bin Reapply flutter_assets (#13567) 2017-12-14 17:27:25 +01:00
gradle Read properties files as UTF-8 in Gradle scripts (#13981) 2018-01-08 13:48:08 -08:00
ide_templates/intellij Updated run configurations with catalog examples. (#13099) 2017-11-28 16:04:30 -08:00
lib Revert "Make artifact downloading more robust for flaky networks" (#13995) 2018-01-09 12:15:58 -08:00
schema Add support for iOS plugin class prefix (#13095) 2017-11-20 13:27:21 +01:00
templates Read properties files as UTF-8 in Gradle scripts (#13981) 2018-01-08 13:48:08 -08:00
test Explicitly report CFE output(when using --preview-dart-2) (#13936) 2018-01-05 18:51:35 -08:00
tool Declare locals final where not reassigned (flutter_tools) (#8570) 2017-03-03 17:50:46 -08:00
BUILD.gn [fuchsia] dart_package is now dart_library. (#13979) 2018-01-08 13:16:46 -08:00
pubspec.yaml Update package prep script to do async process execution and emit output as it happens. (#13918) 2018-01-09 17:42:42 -08:00
README.md Update timeouts for flutter create tests (#12965) 2017-11-10 09:35:11 +01:00

Flutter tools

Tools for building Flutter applications.

To run the tests, ensure that no devices are connected, then navigate to flutter_tools and execute:

DART_VM_OPTIONS=--assert-initializer ../../bin/cache/dart-sdk/bin/pub run test