flutter/packages/flutter_tools/lib/src
2021-07-30 10:54:34 -07:00
..
android [tools] Fix Android Studio Arctic Fox Java path on macOS (#87267) 2021-07-29 10:24:07 -07:00
base [flutter] remove elevation checker (#86837) 2021-07-21 21:51:06 -07:00
build_system Migrate iOS app deployment target from 8.0 to 9.0 (#85174) 2021-06-24 10:21:05 -07:00
commands [flutter_tools] Improve toolexit error messages for flutter upgrade (#86351) 2021-07-29 22:00:44 -07:00
custom_devices [custom-devices] general improvements, add custom-devices subcommand, better error handling (#82043) 2021-07-07 09:16:04 -07:00
dart Disable the automatic "pub get" if the project is using a third-party tool for linking dependencies. (#86177) 2021-07-19 08:06:03 -07:00
drive [web] use resident resident runner in flutter drive (#86381) 2021-07-14 08:46:38 -07:00
fuchsia [flutter_tools] Add support for launching fuchsia app using session_control (#85752) 2021-07-12 13:26:05 -07:00
intellij enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
ios Exclude arm64 from iOS app archs if unsupported by plugins (#87244) 2021-07-30 10:54:34 -07:00
isolated Only set assets directory after assets are uploaded onto devfs. (#85418) 2021-06-28 13:16:04 -07:00
linux Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00
localizations [gen_l10n] correct variable name when the placeholder requiresFormatting (#86842) 2021-07-22 13:55:18 -07:00
macos Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00
migrations Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00
reporting Revert "Revert "Audit hashCode overrides outside of packages/flutter (#85370)" (#85451)" (#85567) 2021-06-30 09:46:54 -07:00
runner [flutter_tools] support trailing args (#86431) 2021-07-14 15:51:10 -07:00
test Migrate build_macos and web_test_compiler to null safety (#84469) 2021-06-14 18:29:03 -07:00
tester [flutter_tools] well known device ids (#85184) 2021-06-24 18:46:04 -07:00
vscode Revert "Revert "Audit hashCode overrides outside of packages/flutter (#85370)" (#85451)" (#85567) 2021-06-30 09:46:54 -07:00
web [flutter_tools] well known device ids (#85184) 2021-06-24 18:46:04 -07:00
windows Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00
application_package.dart Migrate android_sdk and application_package to null safety (#79611) 2021-04-02 14:39:53 -07:00
artifacts.dart Fix some indentation (#84967) 2021-07-01 13:41:04 -07:00
asset.dart Revert "Revert "Audit hashCode overrides outside of packages/flutter (#85370)" (#85451)" (#85567) 2021-06-30 09:46:54 -07:00
build_info.dart Support iOS arm64 simulator (#85642) 2021-06-30 14:31:04 -07:00
bundle_builder.dart Migrate project.dart and all dependencies to null safety (#83817) 2021-06-02 18:41:12 -07:00
bundle.dart [flutter_tools] ensure kernel paths match between init from dill and persist (#85252) 2021-06-25 11:11:04 -07:00
cache.dart Make the startup lock message print to stderr. (#86520) 2021-07-28 15:12:03 -07:00
cmake_project.dart Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00
cmake.dart Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00
compile.dart Remove unnecessary variables. (#86444) 2021-07-15 16:56:04 -07:00
context_runner.dart Revert "[flutter_tools] let the logger know about machine mode (#86116)" (#86363) 2021-07-13 10:39:35 -07:00
convert.dart [flutter_tools] migrate some base libraries to null safety (#77738) 2021-03-10 12:15:04 -08:00
desktop_device.dart Add a trace-skia-allowlist flag for filtering Skia trace events (#83507) 2021-06-01 11:29:03 -07:00
devfs.dart Only set assets directory after assets are uploaded onto devfs. (#85418) 2021-06-28 13:16:04 -07:00
device_port_forwarder.dart Fix device_port_forwarder file name typo (#79481) 2021-03-31 18:14:03 -07:00
device.dart Add space before curly parentheses. (#85306) 2021-07-01 13:51:05 -07:00
devtools_launcher.dart Run "pub global activate devtools" before overall_experience_test (#85812) 2021-07-12 14:36:05 -07:00
doctor_validator.dart Revert "Revert "Audit hashCode overrides outside of packages/flutter (#85370)" (#85451)" (#85567) 2021-06-30 09:46:54 -07:00
doctor.dart Find VS Code installations with Spotlight query on macOS (#80477) 2021-04-16 17:24:00 -07:00
emulator.dart enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
features.dart [flutter_tools] remove feature for alternative invalidation strategy (#84366) 2021-06-10 11:59:04 -07:00
flutter_application_package.dart Remove globals from android application_package (#83852) 2021-06-03 18:14:04 -07:00
flutter_cache.dart Migrate flutter_cache to null safety (#85242) 2021-06-25 10:56:03 -07:00
flutter_device_manager.dart [flutter_tools] well known device ids (#85184) 2021-06-24 18:46:04 -07:00
flutter_features.dart [flutter_tools] remove feature for alternative invalidation strategy (#84366) 2021-06-10 11:59:04 -07:00
flutter_manifest.dart Turn on avoid_dynamic_calls lint, except packages/flutter tests, make appropriate changes. (#84476) 2021-06-14 14:16:57 -07:00
flutter_plugins.dart Show warning when an app or plugin uses the V1 Android embedding (#86750) 2021-07-21 12:51:43 -07:00
flutter_project_metadata.dart Add a more complete app template for Flutter (skeleton) (#83530) 2021-06-28 15:26:04 -07:00
globals_null_migrated.dart [custom-devices] general improvements, add custom-devices subcommand, better error handling (#82043) 2021-07-07 09:16:04 -07:00
globals.dart Migrate flutter_cache to null safety (#85242) 2021-06-25 10:56:03 -07:00
license_collector.dart enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
mdns_discovery.dart Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
persistent_tool_state.dart Migrate persistent_tool_state to null safety (#80085) 2021-04-08 19:14:03 -07:00
platform_plugins.dart Fixed large amount of spelling errors (#83744) 2021-06-02 10:14:06 -07:00
plugins.dart Turn on avoid_dynamic_calls lint, except packages/flutter tests, make appropriate changes. (#84476) 2021-06-14 14:16:57 -07:00
preview_device.dart [flutter_tools] add un-discoverable preview device (#85253) 2021-06-25 15:36:04 -07:00
project.dart Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00
protocol_discovery.dart Turn on avoid_dynamic_calls lint, except packages/flutter tests, make appropriate changes. (#84476) 2021-06-14 14:16:57 -07:00
proxy_validator.dart Migrate some workflows and doctor validators to null safety (#79807) 2021-04-05 14:00:36 -07:00
resident_devtools_handler.dart [flutter_tools] convert devtools URL to a better format (#85170) 2021-06-23 19:31:02 -07:00
resident_runner.dart [flutter] remove elevation checker (#86837) 2021-07-21 21:51:06 -07:00
run_cold.dart Clean up the command line tool interactive help output. (#80903) 2021-04-22 19:34:02 -07:00
run_hot.dart Only set assets directory after assets are uploaded onto devfs. (#85418) 2021-06-28 13:16:04 -07:00
sksl_writer.dart Migrate tool version to null safety (#79911) 2021-04-07 16:49:23 -07:00
template.dart Revert "Handle reserved Kotlin keywords (#84973)" (#86512) 2021-07-15 14:43:53 -07:00
tracing.dart Allow writing startup_info.json to somewhere other than the build dir (#79338) 2021-03-30 16:18:45 -07:00
version.dart Move flutterGit from version.dart (#79568) 2021-06-16 11:51:37 -07:00
vmservice.dart [flutter] remove elevation checker (#86837) 2021-07-21 21:51:06 -07:00
xcode_project.dart Exclude arm64 from iOS app archs if unsupported by plugins (#87244) 2021-07-30 10:54:34 -07:00