flutter/packages/flutter_tools/lib/src
2021-03-08 14:38:26 -08:00
..
android [flutter_tools] Deferred components build system (#76192) 2021-03-04 18:09:02 -08:00
base [flutter_tools] remove most globals from resident web runner (#77432) 2021-03-08 14:38:26 -08:00
build_system Bitcode strip Flutter.framework in assemble build target (#77329) 2021-03-05 10:38:57 -08:00
commands [flutter_tools] remove most globals from resident web runner (#77432) 2021-03-08 14:38:26 -08:00
dart [flutter_tools] Avoid duplicated calls to l10n generation (#76066) 2021-02-25 12:11:03 -08:00
drive [flutter_tools] remove most globals from resident web runner (#77432) 2021-03-08 14:38:26 -08:00
fuchsia Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
intellij [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
ios Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
isolated [flutter_tools] remove most globals from resident web runner (#77432) 2021-03-08 14:38:26 -08:00
linux Update link for missing desktop projects (#76123) 2021-02-16 09:51:03 -08:00
localizations enable prefer_function_declarations_over_variables lint (#77398) 2021-03-05 18:29:04 -08:00
macos Update minimum required version to Xcode 12 (#77025) 2021-03-03 11:00:35 -08:00
migrations [flutter_tools] Add ARM64 Linux host and cross-building option support (#61221) 2021-02-12 14:25:30 -08:00
reporting Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
runner [flutter_tools] add tool feature/scaffold for UWP (#77399) 2021-03-08 08:09:04 -08:00
test Enable use_function_type_syntax_for_parameters lint (#77163) 2021-03-04 08:59:17 -08:00
tester [flutter_tools] use temp dir for tester dill, use desktop log reader (#75922) 2021-02-16 10:18:04 -08:00
vscode [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
web [flutter_tools] remove most globals from resident web runner (#77432) 2021-03-08 14:38:26 -08:00
windows [flutter_tools] add tool feature/scaffold for UWP (#77399) 2021-03-08 08:09:04 -08:00
application_package.dart [flutter_tools] add tool feature/scaffold for UWP (#77399) 2021-03-08 08:09:04 -08:00
artifacts.dart [flutter_tools] add tool feature/scaffold for UWP (#77399) 2021-03-08 08:09:04 -08:00
asset.dart [flutter_tools] Deferred components build system (#76192) 2021-03-04 18:09:02 -08:00
build_info.dart [flutter_tools] add tool feature/scaffold for UWP (#77399) 2021-03-08 08:09:04 -08:00
bundle.dart Implement dartPluginClass support for plugins (#74469) 2021-02-19 09:22:45 -08:00
cache.dart Delete unzipped FlutterMacOS.framework before replacing artifact (#77316) 2021-03-04 19:36:21 -08:00
cmake.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
compile.dart Disable warnings for the dart plugin registrant (#76561) 2021-02-23 11:45:33 -08:00
context_runner.dart Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
convert.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
desktop_device.dart Revert "[flutter_tools] move process manager into tool (#75350)" (#75639) 2021-02-08 09:21:46 -08:00
devfs.dart [flutter_tools] replace vm_service extension methods with wrapper class (#76721) 2021-02-24 15:40:33 -08:00
device.dart [flutter_tools] add tool feature/scaffold for UWP (#77399) 2021-03-08 08:09:04 -08:00
devtools_launcher.dart [flutter_tools] remove package HTTP and add pub.dev head check tests (#75871) 2021-02-12 10:44:19 -08:00
doctor.dart [flutter_tools] replace MockFlutterVersion usage with fake where possible, move from context (#77390) 2021-03-05 14:04:03 -08:00
emulator.dart Revert "[flutter_tools] move process manager into tool (#75350)" (#75639) 2021-02-08 09:21:46 -08:00
features.dart [flutter_tools] add tool feature/scaffold for UWP (#77399) 2021-03-08 08:09:04 -08:00
flutter_manifest.dart Implement dartPluginClass support for plugins (#74469) 2021-02-19 09:22:45 -08:00
flutter_project_metadata.dart [flutter_tools] remove remaining extensions (#76743) 2021-02-24 16:46:03 -08:00
globals.dart [flutter_tools] Remove globals/mocks from GradleUtils (#76020) 2021-02-17 14:26:57 -08:00
license_collector.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
mdns_discovery.dart Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
persistent_tool_state.dart Replace MockConfig with TestConfig (#75044) 2021-02-01 18:16:05 -08:00
platform_plugins.dart Implement dartPluginClass support for plugins (#74469) 2021-02-19 09:22:45 -08:00
plugins.dart Disable clang format in the plugin registrants (#76662) 2021-02-23 23:36:04 -08:00
project.dart Add ephemeral iOS directory to put future generated files (#76830) 2021-02-25 18:16:03 -08:00
protocol_discovery.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
proxy_validator.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
resident_devtools_handler.dart [flutter_tools] replace vm_service extension methods with wrapper class (#76721) 2021-02-24 15:40:33 -08:00
resident_runner.dart [flutter_tools] remove most globals from resident web runner (#77432) 2021-03-08 14:38:26 -08:00
run_cold.dart [flutter_tools] refactor devtools handler to expose single method for run/attach and restart (#75807) 2021-02-10 17:04:47 -08:00
run_hot.dart [flutter_tools] replace vm_service extension methods with wrapper class (#76721) 2021-02-24 15:40:33 -08:00
template.dart [flutter_tools] opt all flutter tool libraries and tests out of null safety. (#74832) 2021-01-27 15:17:53 -08:00
tracing.dart [flutter_tools] replace vm_service extension methods with wrapper class (#76721) 2021-02-24 15:40:33 -08:00
version.dart [flutter_tools] replace MockFlutterVersion usage with fake where possible, move from context (#77390) 2021-03-05 14:04:03 -08:00
vmservice.dart [flutter_tools] replace vm_service extension methods with wrapper class (#76721) 2021-02-24 15:40:33 -08:00