flutter/packages/flutter_tools/lib/src
Ben Konyi 35174cc2b7
Fix issue where DevTools would not be immediately available when using --start-paused (#126698)
Service extensions are unable to handle requests when the isolate they were registered on is paused. The DevTools launcher logic was waiting for some service extension invocations to complete before advertising the already active DevTools instance, but when --start-paused was provided these requests would never complete, preventing users from using DevTools to resume the paused isolate.

Fixes https://github.com/flutter/flutter/issues/126691
2023-06-01 22:35:02 +00:00
..
android [tool] In flutter doctor -v, warn when Android Studio version could not be detected. (#126395) 2023-06-01 14:51:30 +00:00
base Revert "Replace rsync when unzipping artifacts on a Mac (#126703)" (#127430) 2023-05-24 19:21:05 +00:00
build_system Fix gen-l10n format: true so that it applies to when it gets called via build target (#127886) 2023-05-31 15:25:54 -07:00
commands Fix gen-l10n format: true so that it applies to when it gets called via build target (#127886) 2023-05-31 15:25:54 -07:00
custom_devices fixes to anticipate next Dart linter release (#127211) 2023-05-19 21:27:24 +00:00
dart Notify about existing caches when preloading (#122592) 2023-03-30 16:20:33 +02:00
debug_adapters [flutter_tools] Include mode in app.start event, and forward app.start to DAP clients (#121239) 2023-04-05 05:39:09 +00:00
drive flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
fuchsia Disable Fuchsia SDK usage unless opted in (#123084) 2023-03-31 02:31:07 +00:00
intellij Adding vmservice to get iOS app settings (#123156) 2023-05-04 22:14:11 +00:00
ios Revert "Log all lines from ios-deploy (#127502)" (#127684) 2023-05-26 20:11:54 +00:00
isolated flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
linux Update collection-fors to prefer final (as per updated prefer_final_in_for_each) (#127511) 2023-05-26 23:34:36 +00:00
localizations Fix gen-l10n format: true so that it applies to when it gets called via build target (#127886) 2023-05-31 15:25:54 -07:00
macos Show warning when attempting to flutter run on an ios device with developer mode turned off (#125710) 2023-05-22 22:06:15 +00:00
migrations enable no_literal_bool_comparisons lint (#126647) 2023-05-16 16:14:23 +00:00
proxied_devices enable no_literal_bool_comparisons lint (#126647) 2023-05-16 16:14:23 +00:00
reporting tools: Drop unused function (#125590) 2023-04-27 04:03:19 +00:00
runner Show warning when attempting to flutter run on an ios device with developer mode turned off (#125710) 2023-05-22 22:06:15 +00:00
test Remove more test_api/src imports (#127716) 2023-05-26 23:47:35 +00:00
tester Sync lints (#126316) 2023-05-11 13:27:51 +00:00
vscode [tool] In flutter doctor -v, warn when Android Studio version could not be detected. (#126395) 2023-06-01 14:51:30 +00:00
web Remove more test_api/src imports (#127716) 2023-05-26 23:47:35 +00:00
windows [Windows] Address feedback for show window comment (#127998) 2023-05-31 23:42:54 +00:00
application_package.dart Remove unnecessary null checks in flutter_tool (#118857) 2023-01-23 21:43:08 +00:00
artifacts.dart Fix wasm-opt location when using local_web_sdk (#127355) 2023-05-22 23:08:11 +00:00
asset.dart Update collection-fors to prefer final (as per updated prefer_final_in_for_each) (#127511) 2023-05-26 23:34:36 +00:00
build_info.dart Update collection-fors to prefer final (as per updated prefer_final_in_for_each) (#127511) 2023-05-26 23:34:36 +00:00
bundle_builder.dart tool: DRY up DepfileService (#125922) 2023-05-03 20:54:51 +00:00
bundle.dart
cache.dart Update collection-fors to prefer final (as per updated prefer_final_in_for_each) (#127511) 2023-05-26 23:34:36 +00:00
cmake_project.dart [Windows] Ensure window is shown (#127046) 2023-05-19 22:25:55 +00:00
cmake.dart Rev package:pub_semver to the latest version (#115570) 2022-11-17 18:29:37 +00:00
compile.dart fixes to anticipate next Dart linter release (#127211) 2023-05-19 21:27:24 +00:00
context_runner.dart [tools] use Java class for all java-searching behavior (#127354) 2023-06-01 04:19:19 +00:00
convert.dart Make custom Utf8Decoder replacement not extend platform class. (#123211) 2023-03-22 07:53:56 -07:00
daemon.dart Fix typos (#121171) 2023-02-23 19:43:21 +00:00
dart_pub_json_formatter.dart Pub dependencies project validator (#106895) 2022-07-15 23:12:05 +00:00
desktop_device.dart enable no_literal_bool_comparisons lint (#126647) 2023-05-16 16:14:23 +00:00
devfs.dart Add spaces after flow control statements (#126320) 2023-05-15 11:07:30 +02:00
device_port_forwarder.dart
device.dart enable no_literal_bool_comparisons lint (#126647) 2023-05-16 16:14:23 +00:00
devtools_launcher.dart Make Logger required when injected in flutter_tool (#114111) 2022-10-27 22:40:08 +00:00
doctor_validator.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
doctor.dart Give channel descriptions in flutter channel, use branch instead of upstream for channel name (#126936) 2023-05-23 19:59:20 +00:00
emulator.dart Reland "[tool] Move Java functions to their own file" (#126577) 2023-05-20 06:29:21 +00:00
features.dart Cleanup flutter config output (#122384) 2023-04-21 16:45:43 +02:00
flutter_application_package.dart [tool] Install the corresponding APK in flutter run (#113622) 2022-10-19 02:44:30 +00:00
flutter_cache.dart [tools] use Java class for all java-searching behavior (#127354) 2023-06-01 04:19:19 +00:00
flutter_device_manager.dart Refactor DeviceManager.findTargetDevices() and FlutterCommand.findAllTargetDevices(), and add a flag to not show prompt. (#112223) 2022-09-23 21:10:35 +00:00
flutter_features.dart flutter_tool: only enable wasm compile in master channel (#121755) 2023-03-02 22:21:50 +00:00
flutter_manifest.dart Add spaces after flow control statements (#126320) 2023-05-15 11:07:30 +02:00
flutter_plugins.dart Add spaces after flow control statements (#126320) 2023-05-15 11:07:30 +02:00
flutter_project_metadata.dart Give channel descriptions in flutter channel, use branch instead of upstream for channel name (#126936) 2023-05-23 19:59:20 +00:00
globals.dart Give channel descriptions in flutter channel, use branch instead of upstream for channel name (#126936) 2023-05-23 19:59:20 +00:00
html_utils.dart flutter-tool, web: update HTML template serviceWorkerVersion to be const (#124826) 2023-04-14 02:01:21 +00:00
http_host_validator.dart Fix typos (#121171) 2023-02-23 19:43:21 +00:00
license_collector.dart Remove unnecessary null checks in flutter_tool (#118857) 2023-01-23 21:43:08 +00:00
mdns_discovery.dart Use term wireless instead of network (#124232) 2023-04-19 19:59:11 +00:00
persistent_tool_state.dart Create a main alias for master channel. (#115388) 2022-11-16 02:49:00 +00:00
platform_plugins.dart Remove unnecessary null checks in flutter_tool (#118857) 2023-01-23 21:43:08 +00:00
plugins.dart Improve Dart plugin registration handling (#122046) 2023-03-09 21:33:38 +00:00
pre_run_validator.dart
preview_device.dart Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05:00
project_validator_result.dart Add info project validator status (#109169) 2022-08-09 17:59:06 +00:00
project_validator.dart Add Java-Gradle-AGP validation to flutter analyze (#123916) 2023-04-05 14:36:05 -04:00
project.dart [tools] use Java class for all java-searching behavior (#127354) 2023-06-01 04:19:19 +00:00
protocol_discovery.dart Allow --ipv6 flag for flutter attach on iOS devices (#123822) 2023-04-04 22:33:28 +00:00
proxy_validator.dart [tools]Build IPA validation UI Polish (#116744) 2022-12-15 14:43:32 -08:00
resident_devtools_handler.dart Fix issue where DevTools would not be immediately available when using --start-paused (#126698) 2023-06-01 22:35:02 +00:00
resident_runner.dart Revert "Log all lines from ios-deploy (#127502)" (#127684) 2023-05-26 20:11:54 +00:00
run_cold.dart Fix issue where DevTools would not be immediately available when using --start-paused (#126698) 2023-06-01 22:35:02 +00:00
run_hot.dart Fix issue where DevTools would not be immediately available when using --start-paused (#126698) 2023-06-01 22:35:02 +00:00
sksl_writer.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
template.dart Give channel descriptions in flutter channel, use branch instead of upstream for channel name (#126936) 2023-05-23 19:59:20 +00:00
tracing.dart Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05:00
version.dart Give channel descriptions in flutter channel, use branch instead of upstream for channel name (#126936) 2023-05-23 19:59:20 +00:00
vmservice.dart Rename iosdeeplinksettings to iosuniversallinksettings (#126173) 2023-05-05 20:02:27 +00:00
xcode_project.dart enable no_literal_bool_comparisons lint (#126647) 2023-05-16 16:14:23 +00:00