flutter/packages/flutter_tools/lib/src
2023-04-19 22:19:21 +00:00
..
android Refactor Flutter Gradle Plugin so it can be applied using the declarative plugins {} block (#123511) 2023-04-19 17:56:22 +00:00
base [flutter_tools] add todo for userMessages (#125156) 2023-04-19 21:29:24 +00:00
build_system Add option to run wasm-opt on module output. (#124831) 2023-04-14 17:19:21 +00:00
commands Use term wireless instead of network (#124232) 2023-04-19 19:59:11 +00:00
custom_devices Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05: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 [flutter_tools] Remove Version.unknown (#124771) 2023-04-15 19:56:41 +00:00
ios Use term wireless instead of network (#124232) 2023-04-19 19:59:11 +00:00
isolated flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
linux flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
localizations Add decimalPatternDigits to gen-l10n valid NumberFormats (#122682) 2023-04-06 11:13:47 -07:00
macos flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
migrations Add readlink -f flag to CocoaPods script to workaround Xcode 14.3 issue (#124062) 2023-04-03 16:55:00 -07:00
proxied_devices Debounce the proxied connection over proxied devices. (#124540) 2023-04-10 23:20:01 +00:00
reporting flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
runner Use term wireless instead of network (#124232) 2023-04-19 19:59:11 +00:00
test Reland "Serve DevTools when running flutter test (#123607)" (#124058) 2023-04-04 19:44:14 -04:00
tester Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05:00
vscode [flutter_tools] Remove Version.unknown (#124771) 2023-04-15 19:56:41 +00:00
web Report web compiler used with buildEventSettings (#125092) 2023-04-19 22:19:21 +00:00
windows flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
application_package.dart Remove unnecessary null checks in flutter_tool (#118857) 2023-01-23 21:43:08 +00:00
artifacts.dart Add option to run wasm-opt on module output. (#124831) 2023-04-14 17:19:21 +00:00
asset.dart Reland "Stop recursively including assets from asset directories" (#120312) 2023-02-08 21:41:19 +00:00
build_info.dart Refactor Flutter Gradle Plugin so it can be applied using the declarative plugins {} block (#123511) 2023-04-19 17:56:22 +00:00
bundle_builder.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
bundle.dart
cache.dart Migrate activation issue template to Github form issues (#119916) 2023-02-28 08:08:01 +00:00
cmake_project.dart [Windows] Add version info migration (#123414) 2023-03-29 20:11:18 +00:00
cmake.dart Rev package:pub_semver to the latest version (#115570) 2022-11-17 18:29:37 +00:00
compile.dart flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
context_runner.dart Add Java-Gradle-AGP validation to flutter analyze (#123916) 2023-04-05 14:36:05 -04: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 Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05:00
devfs.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
device_port_forwarder.dart
device.dart [Impeller] Plumb through the impeller-force-gl flag. (#123828) 2023-03-31 15:13:10 +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 Update device selection to wait for wireless devices to load (#122932) 2023-03-29 17:58:07 +00:00
emulator.dart Migrate emulators to null safety (#92738) 2021-11-18 22:13:06 -08:00
features.dart flutter_tool: only enable wasm compile in master channel (#121755) 2023-03-02 22:21:50 +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 Add vmservice for android build options (#123034) 2023-04-18 18:16:09 +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 Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
flutter_plugins.dart Don't rethrow Dart plugin registration exceptions (#122111) 2023-03-28 15:08:57 +00:00
flutter_project_metadata.dart flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
globals.dart Add analytics package + setTelemetry method attached (#124015) 2023-04-05 14:08:56 -04: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 Refactor Flutter Gradle Plugin so it can be applied using the declarative plugins {} block (#123511) 2023-04-19 17:56:22 +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 Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05:00
resident_runner.dart [Focus] Add run key command to dump the focus tree (#123473) 2023-03-28 00:33:39 +00:00
run_cold.dart Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05:00
run_hot.dart Revert "[flutter_tools] Remove sound null safety flag (#123031)" (#123280) 2023-03-22 22:53:49 +00:00
sksl_writer.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
template.dart Remove superfluous words from comments (#119055) 2023-01-25 20:23:24 +00:00
tracing.dart Reland "Remove references to Observatory (#118577)" (#121606) 2023-02-28 11:57:04 -05:00
version.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
vmservice.dart Add vmservice for android build options (#123034) 2023-04-18 18:16:09 +00:00
xcode_project.dart Add readlink -f flag to CocoaPods script to workaround Xcode 14.3 issue (#124062) 2023-04-03 16:55:00 -07:00