flutter/packages/flutter_tools/lib/src
Todd Volkert d009172fd2
Change xcodebuild to be a "slow operation" (#61518)
The Xcode build almost always takes longer than 2 seconds. With the
operation classified as a "fast operation", the Flutter tool will
warn the user that the build is "taking an unexpectedly long time".
This updates the operation to be a "slow operation", which will only
warn the user if it takes 2+ minutes.
2020-07-15 11:53:26 -07:00
..
android Roll packages (#61034) 2020-07-07 16:40:33 -07:00
base Support Xcode patch version comparison (#61484) 2020-07-14 17:16:02 -07:00
build_runner [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) 2020-07-15 10:12:52 -07:00
build_system Issue with comparison operator in generated service worker (#61066) 2020-07-08 09:56:02 -07:00
commands [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) 2020-07-15 10:12:52 -07:00
dart [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) 2020-07-15 10:12:52 -07:00
fuchsia Revert "Reland "Add support for Dart Development Service (DDS) in Flutter Tools (#61276)" (#61395)" (#61498) 2020-07-14 16:32:49 -07:00
intellij Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#52021) 2020-03-06 10:22:12 -08:00
ios Change xcodebuild to be a "slow operation" (#61518) 2020-07-15 11:53:26 -07:00
linux Switch Windows to CMake (#60629) 2020-07-06 12:59:16 -07:00
macos Support Xcode patch version comparison (#61484) 2020-07-14 17:16:02 -07:00
reporting [flutter_tools] fix crash if grouped doctor validator crashes (#60658) 2020-07-01 22:48:02 -07:00
runner [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) 2020-07-15 10:12:52 -07:00
test Revert "Reland "Add support for Dart Development Service (DDS) in Flutter Tools (#61276)" (#61395)" (#61498) 2020-07-14 16:32:49 -07:00
tester [flutter_tools] remove globals from device manager, flutter tester (#61139) 2020-07-10 11:52:09 -07:00
vscode [flutter_tools] fix windows vscode lookup (#56491) 2020-05-06 16:51:01 -07:00
web Tweak message about debugging with web-server (#61535) 2020-07-15 17:57:14 +01:00
windows Switch Windows to CMake (#60629) 2020-07-06 12:59:16 -07:00
aot.dart Revert "[flutter_tools] separate target platform, host platform, and architecutre (#60119)" (#60147) 2020-06-23 17:19:29 -07:00
application_package.dart Roll packages (#61034) 2020-07-07 16:40:33 -07:00
artifacts.dart [flutter_tools] support sound null-safety mode for the web (#60570) 2020-06-30 12:29:42 -07:00
asset.dart [flutter_tools] fix recursive asset variant issue (#61129) 2020-07-08 18:07:27 -07:00
build_info.dart [flutter_tools] remove globals from device manager, flutter tester (#61139) 2020-07-10 11:52:09 -07:00
bundle.dart [flutter_tools] add null-safety flags to dill cache location (#60633) 2020-06-30 15:49:31 -07:00
cache.dart [flutter_tools] make precache force blow away stamp files (#61003) 2020-07-07 19:33:25 -07:00
cmake.dart Switch Windows to CMake (#60629) 2020-07-06 12:59:16 -07:00
codegen.dart [flutter_tools] remove globals from compilers (#59184) 2020-06-18 10:33:17 -07:00
compile.dart Remove code that morphs --sound-null-safety to --null-safety options (#61491) 2020-07-14 17:21:01 -07:00
context_runner.dart [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) 2020-07-15 10:12:52 -07:00
convert.dart fix missing spaces in adjacent strings (#49159) 2020-01-21 16:43:03 -08:00
desktop_device.dart Release cache lock for commands after required artifacts are downloaded (#59012) 2020-06-08 17:18:02 -07:00
devfs.dart [flutter_tools] cleanup to devfs Operations (#58332) 2020-06-01 15:28:38 -07:00
device.dart Revert "Reland "Add support for Dart Development Service (DDS) in Flutter Tools (#61276)" (#61395)" (#61498) 2020-07-14 16:32:49 -07:00
doctor.dart [flutter_tools] cleanups to web runner functionality (#61178) 2020-07-13 15:12:46 -07:00
emulator.dart [flutter_tools] ensure emulator command does not crash with missing avdmanager (#57703) 2020-05-27 10:10:30 -07:00
features.dart [flutter_tools] add the feature for single widget reloads (#61411) 2020-07-14 12:24:58 -07:00
flutter_manifest.dart [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) 2020-07-15 10:12:52 -07:00
flutter_project_metadata.dart Include metadata in GitHub crash template (#53118) 2020-03-27 16:21:45 -07:00
globals.dart [flutter_tools] last pass on general.shard unit tests (#60263) 2020-06-26 13:36:06 -07:00
mdns_discovery.dart [flutter_tools] minor cleanups to try catch (#57446) 2020-05-18 09:38:22 -07:00
persistent_tool_state.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
platform_plugins.dart Temporarily allow pluginClass: none on desktop (#57498) 2020-05-18 09:26:37 -07:00
plugins.dart Remove v1 Android create templates (#61203) 2020-07-11 12:15:19 -07:00
project.dart Remove v1 Android create templates (#61203) 2020-07-11 12:15:19 -07:00
protocol_discovery.dart [flutter_tools] split start app android tests into new file (#52906) 2020-03-19 16:53:19 -07:00
proxy_validator.dart [flutter_tools] remove globals from proxy validator (#59175) 2020-06-10 12:12:35 -07:00
resident_runner.dart Revert "Reland "Add support for Dart Development Service (DDS) in Flutter Tools (#61276)" (#61395)" (#61498) 2020-07-14 16:32:49 -07:00
run_cold.dart [flutter_tools] ensure flutter daemon can exit correctly when app fails to start (#60615) 2020-06-30 12:26:18 -07:00
run_hot.dart [flutter_tools] ensure flutter daemon can exit correctly when app fails to start (#60615) 2020-06-30 12:26:18 -07:00
template.dart [flutter_tools] generate a synthetic flutter_gen package on pub get (#61261) 2020-07-15 10:12:52 -07:00
tracing.dart Revert "Reland "Add support for Dart Development Service (DDS) in Flutter Tools (#61276)" (#61395)" (#61498) 2020-07-14 16:32:49 -07:00
version.dart [flutter_tools] use -f when fetching tags (#58703) 2020-06-04 13:54:32 -07:00
vmservice.dart Optionally invert oversized images (#61209) 2020-07-13 14:03:23 -07:00