flutter/packages/flutter_tools/lib/src
Alexander Aprelev 3b7942c444
Fix multi-step build handling process. (#24310)
* Fix multi-step build handling process.

Stop listening for new step updates after 'all done.' log message. Make sure that we don't delete file too soon, until listener had a chance to process the 'all done' message.

Fixes https://github.com/flutter/flutter/issues/18750

* Emit 'all output' explicitly when build process is done.
2018-11-14 08:54:13 -08:00
..
android Separate hot reload and hot restart capabilities. (#24122) 2018-11-09 10:33:22 -08:00
base Apply basic log filtering and formatting to fuchsia logs. (#24143) 2018-11-10 17:02:32 -08:00
commands Apply basic log filtering and formatting to fuchsia logs. (#24143) 2018-11-10 17:02:32 -08:00
dart Use new mixin syntax for super-mixins (#22870) 2018-10-17 13:10:05 -07:00
fuchsia Remove await for syntax from fuchsia log scanner (#24263) 2018-11-12 23:47:16 -08:00
intellij sort_constructors_first (#22575) 2018-10-04 07:28:07 +02:00
ios Fix multi-step build handling process. (#24310) 2018-11-14 08:54:13 -08:00
runner Apply basic log filtering and formatting to fuchsia logs. (#24143) 2018-11-10 17:02:32 -08:00
test Throw a better error when old test versions are loaded. (#24217) 2018-11-10 19:32:35 -08:00
tester avoid returning null for Future (#23784) 2018-11-05 16:38:23 +01:00
vscode Don't search in %LocalAppData% if it's not set (#23933) 2018-11-05 08:57:49 +00:00
application_package.dart sort_constructors_first (#22575) 2018-10-04 07:28:07 +02:00
artifacts.dart Add fuchsia specific entrypoint (#23916) 2018-11-06 14:36:35 -08:00
asset.dart sort_constructors_first (#22575) 2018-10-04 07:28:07 +02:00
build_info.dart Implement build flow for hot updates on Android (#22391) 2018-09-28 13:58:37 -07:00
bundle.dart Include .track in file names for cached dill files for builds with --track-widget-creation (#23299) 2018-10-23 10:09:18 -07:00
cache.dart Added '--check-for-remote-artifacts' option for Flutter Doctor. (#23543) 2018-10-29 17:03:22 -07:00
compile.dart only pass packages once (#24074) 2018-11-07 21:57:00 -08:00
context_runner.dart Apply basic log filtering and formatting to fuchsia logs. (#24143) 2018-11-10 17:02:32 -08:00
crash_reporting.dart fix upcoming lint avoid_returning_null_for_void (#23190) 2018-10-17 11:01:37 +02:00
dependency_checker.dart sort_constructors_first (#22575) 2018-10-04 07:28:07 +02:00
devfs.dart Include .track in file names for cached dill files for builds with --track-widget-creation (#23299) 2018-10-23 10:09:18 -07:00
device.dart Separate hot reload and hot restart capabilities. (#24122) 2018-11-09 10:33:22 -08:00
disabled_usage.dart apply lint prefer_void_to_null in packages/flutter_tools (#22686) 2018-10-05 07:54:56 +02:00
doctor.dart Added '--check-for-remote-artifacts' option for Flutter Doctor. (#23543) 2018-10-29 17:03:22 -07:00
emulator.dart sort_constructors_first (#22575) 2018-10-04 07:28:07 +02:00
flutter_manifest.dart Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888) 2018-10-10 11:01:40 -07:00
globals.dart Stop wrapping adb, gradle and ios logger output, and update terminal wrapping column dynamically. (#23592) 2018-10-30 16:00:50 -07:00
plugins.dart Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888) 2018-10-10 11:01:40 -07:00
project.dart Rename 'application' back to 'module', and make 'app' the default again for templates. (#22888) 2018-10-10 11:01:40 -07:00
protocol_discovery.dart apply lint prefer_void_to_null in packages/flutter_tools (#22686) 2018-10-05 07:54:56 +02:00
resident_runner.dart Separate hot reload and hot restart capabilities. (#24122) 2018-11-09 10:33:22 -08:00
run_cold.dart Set FlutterDevice.viewFilter by CLI flag (#23026) 2018-10-17 08:07:49 -07:00
run_hot.dart Separate hot reload and hot restart capabilities. (#24122) 2018-11-09 10:33:22 -08:00
services.dart apply lint prefer_void_to_null in packages/flutter_tools (#22686) 2018-10-05 07:54:56 +02:00
template.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
tracing.dart apply lint prefer_void_to_null in packages/flutter_tools (#22686) 2018-10-05 07:54:56 +02:00
usage.dart Allow passing a restart reason through to analytics (#21983) 2018-10-10 10:23:32 +01:00
version.dart Revert "Make the 'time to update' message depend up on the channel. (#24173)" (#24320) 2018-11-13 17:18:06 -08:00
vmservice_record_replay.dart apply lint prefer_void_to_null in packages/flutter_tools (#22686) 2018-10-05 07:54:56 +02:00
vmservice.dart Fix a race condition in vmservice_test.dart (#23835) 2018-11-08 20:54:06 -08:00