flutter/packages/flutter_tools/lib/src
Greg Spencer 1ba4f1f509
Add Linux and Windows target platforms (#51519)
This PR adds the linux and windows target platform enum values, along with automatically setting the defaultTargetPlatform to the appropriate value on those platforms.

Fixes #31366
2020-03-03 04:38:04 -08:00
..
android fix pom file not found when run app with local engine (#51468) 2020-03-02 19:09:01 -08:00
base [flutter_tools] no more MockLogger in tests (#51684) 2020-03-02 16:23:56 -08:00
build_runner [flutter_tools] support run -d chrome test scripts (#51658) 2020-02-28 14:21:02 -08:00
build_system Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
commands Add Linux and Windows target platforms (#51519) 2020-03-03 04:38:04 -08:00
dart Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
fuchsia Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
intellij Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
ios Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
linux [flutter_tools] remove LinuxWorkflow from injection and clean up tests (#51597) 2020-02-28 10:27:27 -08:00
macos Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
reporting Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
runner Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
test Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
tester Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
vscode use raw strings to avoid escaping (#50322) 2020-02-07 16:35:55 +01:00
web Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
windows Automatically add plugin projects to Windows .sln (#51246) 2020-02-25 14:16:27 -08:00
aot.dart [flutter_tools] wire up complete support for Dart obfuscation (#50509) 2020-02-27 08:58:33 -08:00
application_package.dart [flutter_tools] remove globals from plist parser and update tests (#51444) 2020-02-26 18:31:42 -08:00
artifacts.dart [flutter_tools] allow configuring libraries spec path for the web compilation (#51590) 2020-02-28 11:26:02 -08:00
asset.dart Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
build_info.dart Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
bundle.dart [flutter_tools] remove globals from depfile usage (#50710) 2020-02-13 13:59:40 -08:00
cache.dart Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
codegen.dart add support for the builders configuration for web (#50988) 2020-02-19 19:01:04 -08:00
compile.dart [flutter_tools] allow configuring libraries spec path for the web compilation (#51590) 2020-02-28 11:26:02 -08:00
context_runner.dart [flutter_tools] Handle errors on the std{out,err}.done future (#51660) 2020-02-28 22:31:01 -08:00
convert.dart fix missing spaces in adjacent strings (#49159) 2020-01-21 16:43:03 -08:00
desktop_device.dart Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
devfs.dart Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
device.dart [flutter_tools] remove LinuxWorkflow from injection and clean up tests (#51597) 2020-02-28 10:27:27 -08:00
doctor.dart [flutter_tools] remove LinuxWorkflow from injection and clean up tests (#51597) 2020-02-28 10:27:27 -08:00
emulator.dart format operator== according to flutter style guide (#48449) 2020-01-09 08:23:02 -08:00
features.dart Switch flutter_tools to use frontend_server for web compilation (#50365) 2020-02-11 15:43:46 -08:00
flutter_manifest.dart Allow Android to be missing from multi-platform manifest (#50304) 2020-02-06 15:50:03 -08:00
globals.dart [flutter_tools] Handle errors on the std{out,err}.done future (#51660) 2020-02-28 22:31:01 -08:00
mdns_discovery.dart [flutter_tools] iOS fallback discovery protocol (#49735) 2020-02-06 13:58:03 -08:00
persistent_tool_state.dart Add "flutter downgrade" command (#50506) 2020-02-13 11:56:45 -08:00
platform_plugins.dart change quote to avoid escapes (#50368) 2020-02-11 20:58:27 +01:00
plugins.dart Generate a makefile for Linux plugins (#51520) 2020-02-27 09:45:22 -08:00
project.dart Clean App.framework, Generated.xcconfig, flutter_export_environment.sh (#51532) 2020-02-27 12:18:06 -08:00
protocol_discovery.dart unnecessary escapes fixes (#50178) 2020-02-07 06:35:50 +01:00
proxy_validator.dart enable lint prefer_final_in_for_each (#47724) 2020-01-07 16:32:04 +01:00
resident_runner.dart [flutter_tools] allow configuring libraries spec path for the web compilation (#51590) 2020-02-28 11:26:02 -08:00
run_cold.dart Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
run_hot.dart Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
template.dart [flutter_tools] hide usage of package:mustache behind interface (#51500) 2020-02-27 09:17:42 -08:00
tracing.dart Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
version.dart Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00
vmservice.dart Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) 2020-02-27 22:57:13 -08:00