flutter/packages/flutter_tools/lib/src
2022-05-24 16:28:10 -07:00
..
android Fix existing DUPLICATE_IMPORT diagnostics. (#104533) 2022-05-24 14:18:31 -07:00
base Fix avoid_redundant_argument_values analyzer warnings enabled in the latest Dart SDK (#103734) 2022-05-13 12:57:59 -07:00
build_system [tools][web] Make Plugin Registrant file ephemeral. (#102185) 2022-05-11 17:54:11 -07:00
commands [flutter_tools] Upgrade only from flutter update-packages (#103924) 2022-05-19 13:33:11 -07:00
custom_devices add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
dart Remove custom unawaited, prefer dart:async version (#103212) 2022-05-07 08:49:04 -07:00
debug_adapters Migrate remaining files to super parameters (#101919) 2022-04-14 12:04:07 -07:00
drive add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
fuchsia Remove custom unawaited, prefer dart:async version (#103212) 2022-05-07 08:49:04 -07:00
intellij migrate to super params (#100509) 2022-03-31 11:46:47 -07:00
ios [flutter_tools] add --uninstall-first flag and pipe it through to ios-deploy (#102948) 2022-05-07 11:49:07 -07:00
isolated [tools][web] Make Plugin Registrant file ephemeral. (#102185) 2022-05-11 17:54:11 -07:00
linux [flutter_tools] fix missing cmake (#103761) 2022-05-14 11:59:07 -07:00
localizations [gen_l10n] Better blank lines in the header of generated files (#103414) 2022-05-12 16:04:18 -07:00
macos Up CocoaPods minumum to 1.10 (#103655) 2022-05-16 17:42:19 -07:00
migrate Add tests for migrate command methods (#103466) 2022-05-11 11:09:08 -07:00
migrations migrate to super params (#100509) 2022-03-31 11:46:47 -07:00
proxied_devices Remove custom unawaited, prefer dart:async version (#103212) 2022-05-07 08:49:04 -07:00
reporting migrate to super params (#100509) 2022-03-31 11:46:47 -07:00
runner [flutter_tools] pass --enable-impeller to android (#104014) 2022-05-17 15:52:09 -07:00
test Use libraryFilters flag to speed up coverage collection (#104122) 2022-05-19 12:19:52 -07:00
tester add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
vscode Enable use_if_null_to_convert_nulls_to_bools lint (#98753) 2022-02-22 14:39:20 -08:00
web [web] [fix] Cache resource data only if the fetching succeed (#103816) 2022-05-24 16:23:06 -07:00
windows Ignore replacement characters from vswhere.exe output (#104284) 2022-05-24 13:30:37 -07:00
application_package.dart Add a new PrebuiltFlutterApplicationPackage interface. (#95290) 2022-01-05 07:54:57 -08:00
artifacts.dart Remove unused flutterMacOSPodspec artifact (#103088) 2022-05-04 16:59:07 -07:00
asset.dart Don't hardcode ink sparkle spir-v (#102674) 2022-05-04 09:28:45 -07:00
build_info.dart [tool] Fix BuildInfo.packagesPath doc comment (#103785) 2022-05-14 10:28:35 -07:00
bundle_builder.dart Don't hardcode ink sparkle spir-v (#102674) 2022-05-04 09:28:45 -07:00
bundle.dart Remove globals_null_migrated.dart, move into globals.dart (#92861) 2021-11-01 17:18:03 -07:00
cache.dart [flutter_tools] remove UWP tooling (#102174) 2022-04-26 11:19:07 -07:00
cmake_project.dart [flutter_tools] remove UWP tooling (#102174) 2022-04-26 11:19:07 -07:00
cmake.dart Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00
compile.dart Pass --verbosity=error to the Dart front-end (#104020) 2022-05-20 09:10:31 -07:00
context_runner.dart [flutter_tools] remove UWP tooling (#102174) 2022-04-26 11:19:07 -07:00
convert.dart Ignore replacement characters from vswhere.exe output (#104284) 2022-05-24 13:30:37 -07:00
daemon.dart Addresses the feedbacks in #95738 (#97457) 2022-02-02 13:55:22 -08:00
desktop_device.dart Remove custom unawaited, prefer dart:async version (#103212) 2022-05-07 08:49:04 -07:00
devfs.dart Enable use_if_null_to_convert_nulls_to_bools lint (#98753) 2022-02-22 14:39:20 -08:00
device_port_forwarder.dart Fix device_port_forwarder file name typo (#79481) 2021-03-31 18:14:03 -07:00
device.dart [flutter_tools] add --uninstall-first flag and pipe it through to ios-deploy (#102948) 2022-05-07 11:49:07 -07:00
devtools_launcher.dart Exit the tool if a DevTools subprocess fails when running on a bot (#97613) 2022-02-02 14:55:18 -08:00
doctor_validator.dart migrate to super params (#100509) 2022-03-31 11:46:47 -07:00
doctor.dart [flutter_tool] Have long-running validators fail (#100936) 2022-03-28 21:57:44 -07:00
emulator.dart Migrate emulators to null safety (#92738) 2021-11-18 22:13:06 -08:00
features.dart [flutter_tools] update feature defaults (#102937) 2022-05-02 15:14:09 -07:00
flutter_application_package.dart [flutter_tools] remove UWP tooling (#102174) 2022-04-26 11:19:07 -07:00
flutter_cache.dart [flutter_tools] remove UWP tooling (#102174) 2022-04-26 11:19:07 -07:00
flutter_device_manager.dart [flutter_tools] remove UWP tooling (#102174) 2022-04-26 11:19:07 -07:00
flutter_features.dart [flutter_tools] remove UWP tooling (#102174) 2022-04-26 11:19:07 -07:00
flutter_manifest.dart [flutter_tools] General info project validator (#103653) 2022-05-24 16:28:10 -07:00
flutter_plugins.dart [tools][web] Make Plugin Registrant file ephemeral. (#102185) 2022-05-11 17:54:11 -07:00
flutter_project_metadata.dart Handle null values during yaml metadata parsing validation (#104022) 2022-05-17 18:32:09 -07:00
globals.dart [flutter_tools] Remove usage of globals.flutterGit from version (#100744) 2022-04-14 14:44:09 -07:00
http_host_validator.dart [flutter_tools] Add timeout duration to error and handle exceptions for HttpHostValidator. (#98290) 2022-03-07 11:21:06 -08:00
license_collector.dart enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
mdns_discovery.dart [flutter_tools] remove UWP tooling (#102174) 2022-04-26 11:19:07 -07:00
persistent_tool_state.dart add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
platform_plugins.dart fix unnecessary_null_checks (#102705) 2022-04-28 10:39:06 -07:00
plugins.dart FFI plugins (#96225) 2022-01-26 23:44:45 +01: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 Enable use_if_null_to_convert_nulls_to_bools lint (#98753) 2022-02-22 14:39:20 -08:00
project_validator_result.dart [flutter_tool] New command project (#102118) 2022-04-29 23:09:06 -07:00
project_validator.dart [flutter_tools] General info project validator (#103653) 2022-05-24 16:28:10 -07:00
project.dart [tools][web] Make Plugin Registrant file ephemeral. (#102185) 2022-05-11 17:54:11 -07:00
protocol_discovery.dart Update flutter_tools to look for new VM service message (#97683) 2022-02-15 07:33:57 -08:00
proxy_validator.dart feat(flutter_tools): Added proxy validator IPV6 loopback check (#95159) 2021-12-16 07:56:45 -08:00
resident_devtools_handler.dart Remove custom unawaited, prefer dart:async version (#103212) 2022-05-07 08:49:04 -07:00
resident_runner.dart [flutter_tools] remove UWP tooling (#102174) 2022-04-26 11:19:07 -07:00
run_cold.dart Remove custom unawaited, prefer dart:async version (#103212) 2022-05-07 08:49:04 -07:00
run_hot.dart Remove custom unawaited, prefer dart:async version (#103212) 2022-05-07 08:49:04 -07:00
sksl_writer.dart [flutter_tools] remove UWP tooling (#102174) 2022-04-26 11:19:07 -07:00
template.dart add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
tracing.dart Add logging when first frame is not rendering (#99566) 2022-03-04 17:16:21 -08:00
version.dart [flutter_tools] Remove usage of globals.flutterGit from version (#100744) 2022-04-14 14:44:09 -07:00
vmservice.dart add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
xcode_project.dart Embed Flutter and App frameworks for add-to-app on iOS (#102538) 2022-05-02 10:44:12 -07:00