flutter/packages/flutter_tools/lib/src
2021-04-02 18:19:04 -07:00
..
android Migrate android_sdk and application_package to null safety (#79611) 2021-04-02 14:39:53 -07:00
base [flutter_tools] consume package:process exceptions (#79657) 2021-04-02 12:08:29 -07:00
build_system Migrate build_info to null safety (#79469) 2021-04-01 10:22:37 -07:00
commands Migrate android_studio to null safety (#79504) 2021-04-01 20:24:04 -07:00
custom_devices Fix import device_port_forwarder typo (#79507) 2021-03-31 18:43:34 -07:00
dart [flutter_tools] consume package:process exceptions (#79657) 2021-04-02 12:08:29 -07:00
drive [flutter_tools] Move sksl writing out of vm_service (#79455) 2021-04-01 13:23:40 -07:00
fuchsia [flutter_tools] Move sksl writing out of vm_service (#79455) 2021-04-01 13:23:40 -07: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 Fix device_port_forwarder file name typo (#79481) 2021-03-31 18:14:03 -07:00
isolated [ Web ] Register service extensions with DDS, not DWDS (#79479) 2021-04-02 18:19:04 -07:00
linux Split globals.dart into null sound and unsound libraries (#79016) 2021-03-31 16:55:20 -07:00
localizations [gen-l10n] Remove more ignores, conditionally generate some code (#78975) 2021-03-31 19:54:02 -07:00
macos Split globals.dart into null sound and unsound libraries (#79016) 2021-03-31 16:55:20 -07:00
migrations [flutter_tools] Add ARM64 Linux host and cross-building option support (#61221) 2021-02-12 14:25:30 -08:00
reporting [flutter_tools] io cleanups to simplify null safety migration (#77955) 2021-03-12 16:21:14 -08:00
runner Do not run version check if generating shell completion and stdout isn't terminal (#79418) 2021-04-01 20:19:03 -07:00
test [flutter_tools] Remove exception for chain stack traces for Integration Tests (#79618) 2021-04-02 14:54:03 -07:00
tester Fix device_port_forwarder file name typo (#79481) 2021-03-31 18:14:03 -07: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 Correct misspellings throughout the codebase (#79500) 2021-04-01 10:04:03 -07:00
windows Split globals.dart into null sound and unsound libraries (#79016) 2021-03-31 16:55:20 -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 [flutter_tools] add tool feature/scaffold for UWP (#77399) 2021-03-08 08:09:04 -08:00
asset.dart Record deferred components assets in AssetManifest.json (#78824) 2021-03-24 02:57:01 -07:00
build_info.dart Migrate build_info to null safety (#79469) 2021-04-01 10:22:37 -07:00
bundle.dart Migrate deferred_components_validator to null safety (#78934) 2021-03-24 15:20:05 -07:00
cache.dart [flutter_tool] fix deletion of gradle wrapper artifacts in cache (#78911) 2021-03-23 21:33:05 -07: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 Reverts "Implement dartPluginClass support for plugins #74469" (#78623) 2021-03-23 14:28:11 -07:00
context_runner.dart [flutter_tools] split features into 2 libraries, migrate to null safety (#79603) 2021-04-02 12:03:20 -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 Fix device_port_forwarder file name typo (#79481) 2021-03-31 18:14:03 -07:00
devfs.dart Reverts "Implement dartPluginClass support for plugins #74469" (#78623) 2021-03-23 14:28:11 -07:00
device_port_forwarder.dart Fix device_port_forwarder file name typo (#79481) 2021-03-31 18:14:03 -07:00
device.dart Fix device_port_forwarder file name typo (#79481) 2021-03-31 18:14:03 -07: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] remove globals from logger (#78353) 2021-03-16 16:46:21 -07: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] split features into 2 libraries, migrate to null safety (#79603) 2021-04-02 12:03:20 -07:00
flutter_application_package.dart [flutter_tools] split application package factory dependencies (#79461) 2021-03-31 15:11:58 -07:00
flutter_device_manager.dart [flutter_tools] Add support for custom devices (#78113) 2021-03-31 18:09:02 -07:00
flutter_features.dart [flutter_tools] split features into 2 libraries, migrate to null safety (#79603) 2021-04-02 12:03:20 -07:00
flutter_manifest.dart Reverts "Implement dartPluginClass support for plugins #74469" (#78623) 2021-03-23 14:28:11 -07:00
flutter_project_metadata.dart Migrate flutter_project_metadata to null safety (#78944) 2021-03-24 15:21:23 -07:00
globals_null_migrated.dart Migrate android_studio to null safety (#79504) 2021-04-01 20:24:04 -07:00
globals.dart Migrate android_studio to null safety (#79504) 2021-04-01 20:24:04 -07:00
license_collector.dart Migrate flutter_project_metadata to null safety (#78944) 2021-03-24 15:21:23 -07:00
mdns_discovery.dart Enable unnecessary_await_in_return lint (#77434) 2021-03-05 18:38:15 -08:00
persistent_tool_state.dart Typo fixes (#78755) 2021-03-23 09:23:43 +08:00
platform_plugins.dart Migrate platform_plugins to null safety (#78943) 2021-03-24 16:35:43 -07:00
plugins.dart Reverts "Implement dartPluginClass support for plugins #74469" (#78623) 2021-03-23 14:28:11 -07:00
project.dart [flutter_tools] add skeleton for build uwp (#78624) 2021-03-19 15:36:42 -07:00
protocol_discovery.dart Fix device_port_forwarder file name typo (#79481) 2021-03-31 18:14:03 -07: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] Generalize waitForExtension (#77220) 2021-03-11 07:31:25 +08:00
resident_runner.dart [flutter_tools] Move sksl writing out of vm_service (#79455) 2021-04-01 13:23:40 -07:00
run_cold.dart Split globals.dart into null sound and unsound libraries (#79016) 2021-03-31 16:55:20 -07:00
run_hot.dart Reverts "Implement dartPluginClass support for plugins #74469" (#78623) 2021-03-23 14:28:11 -07:00
sksl_writer.dart [flutter_tools] Move sksl writing out of vm_service (#79455) 2021-04-01 13:23:40 -07:00
template.dart [flutter_tools] throwToolExit should return Never (#78954) 2021-03-24 10:40:03 -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 [flutter_tools] replace MockFlutterVersion usage with fake where possible, move from context (#77390) 2021-03-05 14:04:03 -08:00
vmservice.dart [ Web ] Register service extensions with DDS, not DWDS (#79479) 2021-04-02 18:19:04 -07:00