flutter/packages/flutter_tools/lib/src
Jonah Williams 985fc7463c
[flutter_tools] add skeleton for build uwp (#78624)
Adds the rest of the scaffolding for building a UWP application. The actual build functionality needs to be implemented, but could use buildWindows as an example (if it is going through cmake)

#14967
2021-03-19 15:36:42 -07:00
..
android [flutter_tools] Deferred components: Encode base module loading units in manifest metadata (#78079) 2021-03-15 15:58:06 -07:00
base Migrate out custom ignore syntax to flutter_ignore (#78497) 2021-03-19 15:33:05 -07:00
build_system [flutter_tools] provide more context for build_system invalidation (#77961) 2021-03-11 15:53:53 -08:00
commands [flutter_tools] add skeleton for build uwp (#78624) 2021-03-19 15:36:42 -07: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 [fuchsia] remove no devices found from ffx parsing (#77651) 2021-03-15 10:58:05 -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 [flutter_tools] remove globals from logger (#78353) 2021-03-16 16:46:21 -07:00
isolated Try fixing web tool tests on windows (#78386) 2021-03-17 22:13:13 -07:00
linux Revert "Add libblkid / liblzma / libgcrypt as an explicit dependancy on Linux" (#78415) 2021-03-18 09:14:44 -07:00
localizations enable prefer_function_declarations_over_variables lint (#77398) 2021-03-05 18:29:04 -08:00
macos Remove mock from cocoapods_validator_test (#77991) 2021-03-12 19:14:05 -08: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 Flutter tool - Don't check for updates when run on a bot (#76107) 2021-03-19 14:21:04 -07:00
test Migrate out custom ignore syntax to flutter_ignore (#78497) 2021-03-19 15:33:05 -07: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 Try fixing web tool tests on windows (#78386) 2021-03-17 22:13:13 -07:00
windows [flutter_tools] add skeleton for build uwp (#78624) 2021-03-19 15:36:42 -07:00
application_package.dart [flutter_tools] simplify shutdown hooks (#77969) 2021-03-11 22:18:15 -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 [flutter_tools] read expression compilation results into memory before starting next compilation (#77867) 2021-03-11 22:18:51 -08:00
context_runner.dart [flutter_tools] remove globals from logger (#78353) 2021-03-16 16:46:21 -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 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] 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] scaffolding for Windows UWP template (#78067) 2021-03-16 13:43:04 -07: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] io cleanups to simplify null safety migration (#77955) 2021-03-12 16:21:14 -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 Migrate out custom ignore syntax to flutter_ignore (#78497) 2021-03-19 15:33:05 -07:00
project.dart [flutter_tools] add skeleton for build uwp (#78624) 2021-03-19 15:36:42 -07: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] Generalize waitForExtension (#77220) 2021-03-11 07:31:25 +08:00
resident_runner.dart [flutter_tools] io cleanups to simplify null safety migration (#77955) 2021-03-12 16:21:14 -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] read expression compilation results into memory before starting next compilation (#77867) 2021-03-11 22:18:51 -08:00
template.dart [flutter_tools] scaffolding for Windows UWP template (#78067) 2021-03-16 13:43:04 -07: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 Clean up ignores that are not ignoring anything (#78493) 2021-03-19 15:32:46 -07:00