flutter/packages/flutter_tools/lib/src
Jia Hao c30f998eb5
[flutter_tools] Fix missing stack trace from daemon (#144113)
When the daemon throws an exception, the receiving client is unable to surface stack traces from the daemon.

This is because it is sent with the `trace` key here:

1e8dd1e4d6/packages/flutter_tools/lib/src/daemon.dart (L308)

But the client tries to read it with the `stackTrace` key here:

1e8dd1e4d6/packages/flutter_tools/lib/src/daemon.dart (L343)

Thanks to @mraleph for spotting this!

*List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.*

b/326825892
2024-02-27 08:39:49 +00:00
..
android Implementing null-aware operators throughout the repository (#143804) 2024-02-23 19:02:22 +00:00
base Update copyDirectory to allow links to not be followed (#144040) 2024-02-26 16:07:22 +00:00
build_system Enable asset transformation for flutter build for iOS, Android, Windows, MacOS, Linux, and web (also flutter run without hot reload support) (#143815) 2024-02-23 22:48:08 +00:00
commands Implementing null-aware operators throughout the repository (#143804) 2024-02-23 19:02:22 +00:00
custom_devices Add --trace-to-file option to flutter run (#135713) 2023-10-12 13:23:52 -04:00
dart Remove message about pub cache that is not actionable (#143357) 2024-02-13 11:15:15 -08:00
debug_adapters [flutter_tool] [dap] Forward Flutter progress events to DAP client (#142524) 2024-02-15 22:22:48 +00:00
drive Dual compile reland (#143262) 2024-02-13 20:02:10 +00:00
fuchsia Disable Fuchsia SDK usage unless opted in (#123084) 2023-03-31 02:31:07 +00:00
intellij Remove duplicate global declaration of UserMessages (#142281) 2024-01-26 21:41:16 +00:00
ios Implementing null-aware operators throughout the repository (#143804) 2024-02-23 19:02:22 +00:00
isolated Adding support for DDC modules when running Flutter Web in debug mode (#141423) 2024-02-24 00:26:04 +00:00
linux Reland "Move native assets to isolated/ directory" (#143055) 2024-02-08 17:49:48 +00:00
localizations [flutter_tools] fix flutter create -t skeleton (#141233) 2024-01-10 18:50:07 +00:00
macos Reland "Move native assets to isolated/ directory" (#143055) 2024-02-08 17:49:48 +00:00
migrations Migrate Xcode projects last version checks to Xcode 15.1 (#140256) 2024-01-03 23:05:46 +00:00
proxied_devices Optimize file transfer when using proxied devices. (#139968) 2023-12-14 00:11:32 +00:00
reporting Don't show legacy welcome message when analytics are disabled (#140956) 2024-01-25 16:29:42 +01:00
runner Dual compile reland (#143262) 2024-02-13 20:02:10 +00:00
test Adding support for DDC modules when running Flutter Web in debug mode (#141423) 2024-02-24 00:26:04 +00:00
tester in flutter run, throw tool exit when --flavor is provided but is not supported on the target device (#139045) 2024-01-05 21:47:58 +00:00
vscode Remove duplicate global declaration of UserMessages (#142281) 2024-01-26 21:41:16 +00:00
web Adding support for DDC modules when running Flutter Web in debug mode (#141423) 2024-02-24 00:26:04 +00:00
windows Reland "Move native assets to isolated/ directory" (#143055) 2024-02-08 17:49:48 +00:00
application_package.dart Remove unnecessary null checks in flutter_tool (#118857) 2023-01-23 21:43:08 +00:00
artifacts.dart Adding support for DDC modules when running Flutter Web in debug mode (#141423) 2024-02-24 00:26:04 +00:00
asset.dart Enable asset transformation for flutter build for iOS, Android, Windows, MacOS, Linux, and web (also flutter run without hot reload support) (#143815) 2024-02-23 22:48:08 +00:00
build_info.dart Adding support for DDC modules when running Flutter Web in debug mode (#141423) 2024-02-24 00:26:04 +00:00
bundle_builder.dart refactor: remove implicit globals dependencies in writeBundle (#143343) 2024-02-13 19:38:37 +00:00
bundle.dart Remove the fast reassemble / single widget reload feature (#132255) 2023-08-10 21:48:06 +00:00
cache.dart Implementing null-aware operators throughout the repository (#143804) 2024-02-23 19:02:22 +00:00
cmake_project.dart [Windows] Ensure window is shown (#127046) 2023-05-19 22:25:55 +00:00
cmake.dart Reduce usage of testUsingContext (#131078) 2023-07-24 17:22:25 +00:00
compile.dart Reland "Switch flutter_tools to run frontend server from AOT snapshot" (#136282) 2023-10-11 16:15:26 -04:00
context_runner.dart Remove duplicate global declaration of UserMessages (#142281) 2024-01-26 21:41:16 +00:00
convert.dart Make custom Utf8Decoder replacement not extend platform class. (#123211) 2023-03-22 07:53:56 -07:00
daemon.dart [flutter_tools] Fix missing stack trace from daemon (#144113) 2024-02-27 08:39:49 +00:00
dart_pub_json_formatter.dart
desktop_device.dart Add --trace-to-file option to flutter run (#135713) 2023-10-12 13:23:52 -04:00
devfs.dart allow optional direct injection of Config instance into DevFS (#144002) 2024-02-23 23:39:49 +00:00
device_port_forwarder.dart
device.dart Dual compile reland (#143262) 2024-02-13 20:02:10 +00:00
devtools_launcher.dart
doctor_validator.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
doctor.dart Remove duplicate global declaration of UserMessages (#142281) 2024-01-26 21:41:16 +00:00
emulator.dart [tools] Add column header for emulators information (#142853) 2024-02-14 12:49:24 +00:00
features.dart [flutter_tools] enable wasm compile on beta channel (#143779) 2024-02-21 01:20:04 +00:00
flutter_application_package.dart Enable native compilation for windows-arm64 (#141930) 2024-01-26 00:08:20 +00:00
flutter_cache.dart Enable native compilation for windows-arm64 (#141930) 2024-01-26 00:08:20 +00:00
flutter_device_manager.dart Flutter preview device (#135639) 2023-10-18 00:27:54 +00:00
flutter_features.dart Flutter preview device (#135639) 2023-10-18 00:27:54 +00:00
flutter_manifest.dart Enable asset transformation for flutter build for iOS, Android, Windows, MacOS, Linux, and web (also flutter run without hot reload support) (#143815) 2024-02-23 22:48:08 +00:00
flutter_plugins.dart refactor: Differentiate pubspec and resolution errors for plugins (#142035) 2024-02-26 19:45:18 +00:00
flutter_project_metadata.dart Implementing null-aware operators throughout the repository (#143804) 2024-02-23 19:02:22 +00:00
globals.dart Avoid depending on files from build_system/targets other than from top level entrypoints in flutter_tools. (#142760) 2024-02-02 18:23:08 +00:00
html_utils.dart Dual compile reland (#143262) 2024-02-13 20:02:10 +00:00
http_host_validator.dart Fix typos (#121171) 2023-02-23 19:43:21 +00:00
license_collector.dart [flutter_tools] refactor license collector (#128748) 2023-06-15 20:25:19 +00:00
mdns_discovery.dart Enable native compilation for windows-arm64 (#141930) 2024-01-26 00:08:20 +00:00
native_assets.dart Reland "Move native assets to isolated/ directory" (#143055) 2024-02-08 17:49:48 +00:00
persistent_tool_state.dart
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 [flutter_tools] Ensure flutter daemon clients can detect preview device (#140112) 2023-12-21 19:01:16 +00:00
project_validator_result.dart
project_validator.dart Fix formatting (#137613) 2023-10-31 13:27:26 +00:00
project.dart Android Gradle file templates: make it easier to convert them to Kotlin DSL in the future (#142146) 2024-02-15 23:42:13 +00:00
protocol_discovery.dart Remove an unnecessary assert (#129796) 2023-06-30 18:07:54 +00:00
proxy_validator.dart [tools]Build IPA validation UI Polish (#116744) 2022-12-15 14:43:32 -08:00
resident_devtools_handler.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +00:00
resident_runner.dart Dual compile reland (#143262) 2024-02-13 20:02:10 +00:00
run_cold.dart Update Android minSdkVersion to 21 (#142267) 2024-01-29 09:49:09 -08:00
run_hot.dart Reland "Move native assets to isolated/ directory" (#143055) 2024-02-08 17:49:48 +00:00
sksl_writer.dart Enable native compilation for windows-arm64 (#141930) 2024-01-26 00:08:20 +00:00
template.dart Fix description in index.html / manifest.json getting double quoted (#131842) 2023-08-18 02:58:20 +00:00
tracing.dart Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05:00
update_packages_pins.dart Upgrade leak_tracker. (#143236) 2024-02-09 14:41:22 -08:00
version.dart Implementing null-aware operators throughout the repository (#143804) 2024-02-23 19:02:22 +00:00
vmservice.dart Null-assert the value given to a Completer expecting a non-null value (#136776) 2023-10-18 22:19:18 +00:00
xcode_project.dart Implementing null-aware operators throughout the repository (#143804) 2024-02-23 19:02:22 +00:00