flutter/packages/flutter_tools/lib/src
2022-02-17 16:44:23 -08:00
..
android [flutter_tools] Fix bundle file not found when flavor contains upperc… (#92660) 2022-02-04 11:55:20 -08:00
base Disallow running on unsupported devices (#97338) 2022-02-01 16:13:03 -08:00
build_system Adjust lipo thinning input/output for macOS (#97111) 2022-01-24 10:21:22 -08:00
commands [flutter_tools] fix type error in flutter update-packages --jobs=n (#98283) 2022-02-11 14:50:18 -08:00
custom_devices [flutter_tools] Remove --enable-background-compilation (#94012) 2021-12-13 10:24:08 -08:00
dart [flutter_tools] Make variants of Pub have consistent method signatures (#98119) 2022-02-11 00:45:20 -08:00
debug_adapters Add support for attachRequest in DAP, running "flutter attach" (#97652) 2022-02-07 18:54:07 +00:00
drive Remove globals_null_migrated.dart, move into globals.dart (#92861) 2021-11-01 17:18:03 -07:00
fuchsia Change all instance of throwing strings to throw specific error classes. (#97325) 2022-02-02 10:45:18 -08:00
intellij Use XML format in PlistParser (#94863) 2021-12-13 18:22:29 -08:00
ios Dump backtrace when cannot attach to observatory (#98550) 2022-02-16 14:10:18 -08:00
isolated Serve assets with correct content-type header value (#94357) 2021-12-08 12:29:07 -08:00
linux Update Flutter desktop doc URL in error message (#96559) 2022-01-12 18:21:05 -08:00
localizations Change all instance of throwing strings to throw specific error classes. (#97325) 2022-02-02 10:45:18 -08:00
macos Update Flutter desktop doc URL in error message (#96559) 2022-01-12 18:21:05 -08:00
migrations Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00
proxied_devices Change all instance of throwing strings to throw specific error classes. (#97325) 2022-02-02 10:45:18 -08:00
reporting Hide PII from doctor validators for GitHub template (#96250) 2022-01-10 13:20:21 -08:00
runner Disallow running on unsupported devices (#97338) 2022-02-01 16:13:03 -08:00
test Update flutter_tools to look for new VM service message (#97683) 2022-02-15 07:33:57 -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 feat: support configure a custom launch url for flutter web (#95002) 2022-01-18 09:50:20 -08:00
windows Update Flutter desktop doc URL in error message (#96559) 2022-01-12 18:21:05 -08:00
application_package.dart Add a new PrebuiltFlutterApplicationPackage interface. (#95290) 2022-01-05 07:54:57 -08:00
artifacts.dart Use frontend_server from the Dart SDK (#97078) 2022-01-24 11:34:57 -08:00
asset.dart migrate vm service to null safety (#88320) 2021-10-02 10:18:03 -07:00
build_info.dart [flutter_tools] Fix bundle file not found when flavor contains upperc… (#92660) 2022-02-04 11:55:20 -08:00
bundle_builder.dart Migrate build commands to null safety (#95649) 2022-01-05 16:45:12 -08:00
bundle.dart Remove globals_null_migrated.dart, move into globals.dart (#92861) 2021-11-01 17:18:03 -07:00
cache.dart Warm cache with all transitive dependencies in flutter update-packages command (#96258) 2022-01-10 10:35:13 -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 [flutter_tool] allow disabling profile mode timeline traces (#97622) 2022-02-02 16:00:16 -08:00
context_runner.dart Exit the tool if a DevTools subprocess fails when running on a bot (#97613) 2022-02-02 14:55: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 Addresses the feedbacks in #95738 (#97457) 2022-02-02 13:55:22 -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 Fix error in type cast. (#97778) 2022-02-04 12:40:11 -08: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 Hide PII from doctor validators for GitHub template (#96250) 2022-01-10 13:20:21 -08:00
doctor.dart Revert "feat(flutter_tools): Added doctor path printing on verbose" (#96414) 2022-01-10 15:35:13 -08:00
emulator.dart Migrate emulators to null safety (#92738) 2021-11-18 22:13:06 -08:00
features.dart Remove "beta-quality" for Windows (#98614) 2022-02-17 16:44:23 -08:00
flutter_application_package.dart Migrate install command to null safety (#95433) 2021-12-22 14:54:10 -08:00
flutter_cache.dart [flutter_tools] remove pub dependencies from universal (#97722) 2022-02-12 12:10:11 -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 [flutter_tools] Use proper project name in templates (#96373) 2022-02-02 06:50:14 -08:00
flutter_project_metadata.dart FFI plugins (#96225) 2022-01-26 23:44:45 +01:00
globals.dart Update flutter_tools to look for new VM service message (#97683) 2022-02-15 07:33:57 -08:00
http_host_validator.dart [flutter_tools] do not validate maven upstream if cloud storage override provided (#98293) 2022-02-15 11:40:15 -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 [flutter_tools] auto-migrate dev users to beta (#97028) 2022-01-25 11:00:14 -08:00
platform_plugins.dart FFI plugins (#96225) 2022-01-26 23:44:45 +01: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 Migrate desktop_device to null safety (#92055) 2021-10-19 12:28:04 -07:00
project.dart Fix typo FutterApplication -> FlutterApplication (#97897) 2022-02-08 10:25:57 -08: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 Attempt to mitigate flakiness around devtools (#94879) 2021-12-10 14:54:17 -08:00
resident_runner.dart Update flutter_tools to look for new VM service message (#97683) 2022-02-15 07:33:57 -08:00
run_cold.dart Change all instance of throwing strings to throw specific error classes. (#97325) 2022-02-02 10:45:18 -08:00
run_hot.dart Change all instance of throwing strings to throw specific error classes. (#97325) 2022-02-02 10:45:18 -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] increment y instead of m when calling flutter --version on master (#97827) 2022-02-04 13:35:29 -08:00
vmservice.dart [flutter_tools] Use proper project name in templates (#96373) 2022-02-02 06:50:14 -08:00
xcode_project.dart [flutter_tools] Use proper project name in templates (#96373) 2022-02-02 06:50:14 -08:00