flutter/packages/flutter_tools/lib/src
2021-07-09 09:41:04 -07:00
..
android Fix some indentation (#84967) 2021-07-01 13:41:04 -07:00
base [custom-devices] general improvements, add custom-devices subcommand, better error handling (#82043) 2021-07-07 09:16:04 -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] fix -n workaround (#86142) 2021-07-09 09:41:04 -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 Turn on avoid_dynamic_calls lint, except packages/flutter tests, make appropriate changes. (#84476) 2021-06-14 14:16:57 -07:00
drive Switch drive_service from using deprecated version of --record-memory-profile flag. (#86122) 2021-07-08 14:29:41 -07:00
fuchsia [fuchsia] pm serve should not use the device address (#85341) 2021-06-27 16:58:20 -07:00
intellij enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
ios Update outdated ios setup link in error message (#84246) 2021-07-01 13:36:05 -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 make app localizations lookup a public method (#84732) 2021-07-01 15:01:03 -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 [custom-devices] general improvements, add custom-devices subcommand, better error handling (#82043) 2021-07-07 09:16:04 -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 Add space before curly parentheses. (#85306) 2021-07-01 13:51:05 -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 enable lint prefer_interpolation_to_compose_strings (#83407) 2021-06-01 11:14:06 -07:00
context_runner.dart [custom-devices] general improvements, add custom-devices subcommand, better error handling (#82043) 2021-07-07 09:16:04 -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 [flutter_tool] Pin DevTools to 2.4.0 (#86124) 2021-07-08 15:01:00 -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 Migrate project.dart and all dependencies to null safety (#83817) 2021-06-02 18:41:12 -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_tools] convert devtools URL to a better format (#85170) 2021-06-23 19:31:02 -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 Add a more complete app template for Flutter (skeleton) (#83530) 2021-06-28 15:26:04 -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 code formatting (#85783) 2021-07-07 23:06:05 -07:00
xcode_project.dart Split project.dart into CMake and Xcode projects (#85359) 2021-06-28 11:31:04 -07:00