flutter/packages/flutter_tools/lib/src
Michael Goderbauer 382ceb5707
Enable literal_only_boolean_expressions (#133186)
Blocking issue (https://github.com/dart-lang/linter/issues/453) for this lint has been resolved.
2023-08-23 21:35:54 +00:00
..
android Updates app link gradle tasks and remove vm services (#131805) 2023-08-18 18:42:58 +00:00
base Support disabling animations in the CLI (#132239) 2023-08-23 03:35:22 +00:00
build_system Space character should be optional when tree shaking fonts (#132880) 2023-08-19 02:04:15 +00:00
commands Add android analyzer commands for applinks (#131009) 2023-08-23 21:11:51 +00:00
custom_devices fixes to anticipate next Dart linter release (#127211) 2023-05-19 21:27:24 +00:00
dart Fix dart pub cache clean command on pub.dart (#128171) 2023-06-15 20:38:04 +00:00
debug_adapters [flutter_tools/dap] Improve rendering of structured errors via DAP (#131251) 2023-07-31 13:03:26 +01:00
drive Fix: use --web-launch-url and --web-hostname arguments in flutter drive (#131763) 2023-08-10 20:53:08 +00:00
fuchsia Disable Fuchsia SDK usage unless opted in (#123084) 2023-03-31 02:31:07 +00:00
intellij fix: duplicated Intellij IDE message when running flutter doctor (#129030) 2023-07-08 00:35:53 +00:00
ios Add support for LOCAL_ENGINE_HOST to Linux/Mac/Win builds. (#132579) 2023-08-16 22:24:51 +00:00
isolated Update DWDS to 20.0.1 in flutter_tools (#132350) 2023-08-11 23:09:07 +00:00
linux Add support for LOCAL_ENGINE_HOST to Linux/Mac/Win builds. (#132579) 2023-08-16 22:24:51 +00:00
localizations 🐛 Treat empty ARB content as empty map when decoding (#131242) 2023-08-01 01:27:54 +00:00
macos Fix Xcode 15 build failure due to DT_TOOLCHAIN_DIR (#132803) 2023-08-18 15:24:55 +00:00
migrations Fix Xcode 15 build failure due to DT_TOOLCHAIN_DIR (#132803) 2023-08-18 15:24:55 +00:00
proxied_devices Make ProxiedDevices a subclass of PollingDeviceDiscovery. (#130640) 2023-07-17 17:40:12 +00:00
reporting Support disabling animations in the CLI (#132239) 2023-08-23 03:35:22 +00:00
runner Enable literal_only_boolean_expressions (#133186) 2023-08-23 21:35:54 +00:00
test [flutter_tools] Support coverage collection for dependencies (#129513) 2023-07-17 08:42:13 +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 Add --experimental-wasm-type-reflection and support newer emscripten builds. (#133084) 2023-08-23 17:07:41 +00:00
windows Add support for LOCAL_ENGINE_HOST to Linux/Mac/Win builds. (#132579) 2023-08-16 22:24:51 +00:00
application_package.dart Remove unnecessary null checks in flutter_tool (#118857) 2023-01-23 21:43:08 +00:00
artifacts.dart Add support for LOCAL_ENGINE_HOST to Linux/Mac/Win builds. (#132579) 2023-08-16 22:24:51 +00:00
asset.dart rename generated asset manifest file back to AssetManifest.bin (from AssetManifest.smcbin) (#128529) 2023-06-09 21:20:50 +00:00
build_info.dart Add support for LOCAL_ENGINE_HOST to Linux/Mac/Win builds. (#132579) 2023-08-16 22:24:51 +00:00
bundle_builder.dart [flutter_tools] fix cast error when dart-defines-json file includes null (#128909) 2023-06-16 18:12:22 +00:00
bundle.dart Remove the fast reassemble / single widget reload feature (#132255) 2023-08-10 21:48:06 +00:00
cache.dart Allows adding a storage 'realm' to the storage base URL (#131951) 2023-08-09 23:26:05 +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 Fix flutter attach local engine (#131825) 2023-08-10 17:51:05 +00:00
context_runner.dart Always require --local-engine-host if --local-engine (#133003) 2023-08-22 01:32:14 +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 [flutter_tools] remove desktop device restrictions on Impeller. (#130430) 2023-07-13 16:26:02 +00:00
devfs.dart Remove the fast reassemble / single widget reload feature (#132255) 2023-08-10 21:48:06 +00:00
device_port_forwarder.dart Fix device_port_forwarder file name typo (#79481) 2021-03-31 18:14:03 -07:00
device.dart Fix flutter attach local engine (#131825) 2023-08-10 17:51:05 +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 Check for simulator runtime in flutter doctor (#131795) 2023-08-04 17:14:06 +00:00
emulator.dart Reland "[tool] Move Java functions to their own file" (#126577) 2023-05-20 06:29:21 +00:00
features.dart Support disabling animations in the CLI (#132239) 2023-08-23 03:35:22 +00: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 Allows adding a storage 'realm' to the storage base URL (#131951) 2023-08-09 23:26:05 +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 Support disabling animations in the CLI (#132239) 2023-08-23 03:35:22 +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 Refactor Analytics global getter to point to context only (#129196) 2023-06-21 15:27:32 +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 [flutter_tools] refactor license collector (#128748) 2023-06-15 20:25:19 +00:00
mdns_discovery.dart New tooling for iOS 17 physical devices (#131865) 2023-08-09 19:25:12 +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 [flutter_tools] Catch lack of flutter tools source missing (#93168) 2021-11-12 14:43:52 -08:00
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 [flutter_tools] cache flutter sdk version to disk (#124558) 2023-06-15 00:20:30 +00:00
project.dart Updates app link gradle tasks and remove vm services (#131805) 2023-08-18 18:42:58 +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 Reland "Fix issue where DevTools would not be immediately available when using --start-paused (#126698)" (#129368) 2023-06-28 00:16:13 +05:30
resident_runner.dart Remove the fast reassemble / single widget reload feature (#132255) 2023-08-10 21:48:06 +00:00
run_cold.dart Reland "Fix issue where DevTools would not be immediately available when using --start-paused (#126698)" (#129368) 2023-06-28 00:16:13 +05:30
run_hot.dart Remove the fast reassemble / single widget reload feature (#132255) 2023-08-10 21:48:06 +00:00
sksl_writer.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +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
version.dart [flutter_tools] Fix legacy version file not being ensured (#133097) 2023-08-23 18:31:06 +00:00
vmservice.dart Updates app link gradle tasks and remove vm services (#131805) 2023-08-18 18:42:58 +00:00
xcode_project.dart Fix Xcode 15 build failure due to DT_TOOLCHAIN_DIR (#132803) 2023-08-18 15:24:55 +00:00