flutter/packages/flutter_tools/lib/src
2022-01-05 12:55:10 -08:00
..
android Add a new PrebuiltFlutterApplicationPackage interface. (#95290) 2022-01-05 07:54:57 -08:00
base Add ability to wrap text messages in a box (#94391) 2021-12-15 13:19:11 -08:00
build_system Migrate build_system targets to null safety (#92869) 2021-11-17 16:31:37 -08:00
commands Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08:00
custom_devices [flutter_tools] Remove --enable-background-compilation (#94012) 2021-12-13 10:24:08 -08:00
dart Fix analysis throwing string (#91435) 2021-10-29 17:02:05 -07:00
debug_adapters Add support for executing custom tools in place of Flutter for DAP (#94475) 2021-12-15 13:29:05 -08:00
drive Remove globals_null_migrated.dart, move into globals.dart (#92861) 2021-11-01 17:18:03 -07:00
fuchsia Add a new PrebuiltFlutterApplicationPackage interface. (#95290) 2022-01-05 07:54:57 -08:00
intellij Use XML format in PlistParser (#94863) 2021-12-13 18:22:29 -08:00
ios Add a new PrebuiltFlutterApplicationPackage interface. (#95290) 2022-01-05 07:54:57 -08:00
isolated Serve assets with correct content-type header value (#94357) 2021-12-08 12:29:07 -08:00
linux Migrate windows_device to null safety (#92956) 2021-11-07 01:27:34 -07:00
localizations [gen_l10n] Add support for adding placeholders inside select (#92753) 2021-11-22 20:08:03 -08:00
macos Add a new PrebuiltFlutterApplicationPackage interface. (#95290) 2022-01-05 07:54:57 -08:00
migrations Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00
reporting Add a test to verify that we only link to real issue templates (#93528) 2021-11-19 13:13:05 -08:00
runner Ban sync*/async* from user facing code (#95050) 2021-12-12 13:05:03 -08:00
test Roll packages, remove unnecessary overrides (#94172) 2021-11-24 14:43:05 -08:00
tester Removed unused method packagesFile from ApplicationPackage. (#95033) 2021-12-13 06:46:04 -08:00
vscode Revert "Revert "Audit hashCode overrides outside of packages/flutter (#85370)" (#85451)" (#85567) 2021-06-30 09:46:54 -07:00
web De-flake web tool tests (#93948) 2021-11-30 17:39:05 -08:00
windows Add support for Visual Studio 2022 (#93426) 2021-11-10 16:43:02 -08:00
application_package.dart Add a new PrebuiltFlutterApplicationPackage interface. (#95290) 2022-01-05 07:54:57 -08:00
artifacts.dart Remove globals_null_migrated.dart, move into globals.dart (#92861) 2021-11-01 17:18:03 -07:00
asset.dart migrate vm service to null safety (#88320) 2021-10-02 10:18:03 -07:00
build_info.dart Adds tool warning log level and command line options to fail on warning/error output (#92031) 2021-11-10 16:13:04 -08:00
bundle_builder.dart Adds tool warning log level and command line options to fail on warning/error output (#92031) 2021-11-10 16:13:04 -08:00
bundle.dart Remove globals_null_migrated.dart, move into globals.dart (#92861) 2021-11-01 17:18:03 -07:00
cache.dart [tool] verify download URLs; docs for base URLs (#94178) 2021-12-02 10:11:36 -08:00
cmake_project.dart Changed tool cached properties to late finals (#88923) 2021-08-26 14:01:05 -07:00
cmake.dart Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00
compile.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
context_runner.dart Migrate flutter_device_manager to null safety (#95657) 2021-12-23 12:39:18 -08:00
convert.dart [flutter_tools] migrate some base libraries to null safety (#77738) 2021-03-10 12:15:04 -08:00
daemon.dart Reland "Add an option for flutter daemon to listen on a TCP port (#95418)" (#95689) 2021-12-22 10:53:31 -08:00
desktop_device.dart [flutter_tools] Remove --enable-background-compilation (#94012) 2021-12-13 10:24:08 -08:00
devfs.dart [flutter_tools] Instruct compiler before processing bundle (#92255) 2021-11-02 13:46:46 +01:00
device_port_forwarder.dart Fix device_port_forwarder file name typo (#79481) 2021-03-31 18:14:03 -07:00
device.dart Migrate install command to null safety (#95433) 2021-12-22 14:54:10 -08:00
devtools_launcher.dart Launch DevTools from the 'dart devtools' command instead of pub (#90894) 2021-09-29 15:32:24 -07:00
doctor_validator.dart Remove globals_null_migrated.dart, move into globals.dart (#92861) 2021-11-01 17:18:03 -07:00
doctor.dart feat(flutter_tools): Added doctor host validation feat (#95386) 2021-12-16 08:02:13 -08:00
emulator.dart Migrate emulators to null safety (#92738) 2021-11-18 22:13:06 -08:00
features.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
flutter_application_package.dart Migrate install command to null safety (#95433) 2021-12-22 14:54:10 -08:00
flutter_cache.dart make CIPD url customizable using FLUTTER_STORAGE_BASE_URL (#94137) 2021-11-24 07:53:03 -08:00
flutter_device_manager.dart Migrate flutter_device_manager to null safety (#95657) 2021-12-23 12:39:18 -08:00
flutter_features.dart [flutter_tools] remove feature for alternative invalidation strategy (#84366) 2021-06-10 11:59:04 -07:00
flutter_manifest.dart Adds tool warning log level and command line options to fail on warning/error output (#92031) 2021-11-10 16:13:04 -08:00
flutter_plugins.dart Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08:00
flutter_project_metadata.dart Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08:00
globals.dart [flutter_tools] Refactor checkVersionFreshness (#95056) 2021-12-28 17:59:16 -08:00
http_host_validator.dart feat(flutter_tools): Added doctor host validation feat (#95386) 2021-12-16 08:02:13 -08:00
license_collector.dart enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
mdns_discovery.dart Adds tool warning log level and command line options to fail on warning/error output (#92031) 2021-11-10 16:13:04 -08:00
persistent_tool_state.dart Enable avoid_setters_without_getters (#91067) 2021-10-01 00:58:05 -07:00
platform_plugins.dart Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08:00
plugins.dart Revert "FFI plugins (#94101)" (#96122) 2022-01-04 08:09:12 -08: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 Migrate desktop_device to null safety (#92055) 2021-10-19 12:28:04 -07:00
project.dart Do not show v1 Android embedding message for non-Android commands (#96148) 2022-01-05 12:55:10 -08:00
protocol_discovery.dart Migrate protocol_discovery to null safety (#91267) 2021-10-12 12:13:02 -07: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 Attempt to mitigate flakiness around devtools (#94879) 2021-12-10 14:54:17 -08:00
resident_runner.dart Adds tool warning log level and command line options to fail on warning/error output (#92031) 2021-11-10 16:13:04 -08:00
run_cold.dart Adds tool warning log level and command line options to fail on warning/error output (#92031) 2021-11-10 16:13:04 -08:00
run_hot.dart Update dwds and other packages (#94634) 2021-12-07 14:29:07 -08:00
sksl_writer.dart Remove globals_null_migrated.dart, move into globals.dart (#92861) 2021-11-01 17:18:03 -07:00
template.dart Migrate doctor, format, and a few other commands to null safety (#92952) 2021-11-03 17:36:32 -07:00
tracing.dart Migrate tracing to null safety (#92849) 2021-11-05 15:58:07 -07:00
version.dart [flutter_tools] Refactor checkVersionFreshness (#95056) 2021-12-28 17:59:16 -08:00
vmservice.dart Migrate tracing to null safety (#92849) 2021-11-05 15:58:07 -07:00
xcode_project.dart Migrate install command to null safety (#95433) 2021-12-22 14:54:10 -08:00