flutter/packages/flutter_tools/lib/src
James D. Lin 631cd4d0be
[flutter tools] Fix an assert in IOSSimulator.getLogReader (#56630)
`assert(app is IOSApp)` fails if `app` is null, and `app` is an
optional argument. `app` is passed to `_IOSSimulatorLogReader`, which
already handles it being null.
2020-05-07 21:10:55 -07:00
..
android Add split-debug and obfuscation to build aar (#56342) 2020-05-07 18:14:02 -07:00
base [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
build_runner [flutter_tools] ensure track-widget-creation can be changed on devcompiler (#56564) 2020-05-07 18:58:43 -07:00
build_system [flutter_tools] reduce initial cache size on web (#56103) 2020-05-07 17:59:02 -07:00
commands Add split-debug and obfuscation to build aar (#56342) 2020-05-07 18:14:02 -07:00
dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
fuchsia [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
intellij Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#52021) 2020-03-06 10:22:12 -08:00
ios [flutter tools] Fix an assert in IOSSimulator.getLogReader (#56630) 2020-05-07 21:10:55 -07:00
linux [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
macos [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
reporting [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
runner Add split-debug and obfuscation to build aar (#56342) 2020-05-07 18:14:02 -07:00
test [flutter_tools] throw StateError instead of null (#56481) 2020-05-07 11:41:03 -07:00
tester [flutter_tools] remove PackageMap and finish PackageConfig migration (#55244) 2020-04-21 19:55:15 -07:00
vscode [flutter_tools] fix windows vscode lookup (#56491) 2020-05-06 16:51:01 -07:00
web [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
windows [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
aot.dart [flutter_tools] don't compute hashes of well known artifacts (#53848) 2020-04-20 12:21:20 -07:00
application_package.dart Use androidSdk globals variable everywhere (#56330) 2020-05-04 17:48:10 -07:00
artifacts.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
asset.dart [flutter_tools] make gallery hot reload 5x faster with one neat trick (#56224) 2020-05-04 11:32:30 -07:00
build_info.dart BuildInfo tests without context (#56329) 2020-05-04 18:37:44 -07:00
bundle.dart [flutter_tools] ensure track-widget-creation can be changed on devcompiler (#56564) 2020-05-07 18:58:43 -07:00
cache.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
codegen.dart [flutter_tools] update compilation to use package config (#54467) 2020-04-20 14:02:49 -07:00
compile.dart [flutter_tools] update compilation to use package config (#54467) 2020-04-20 14:02:49 -07:00
context_runner.dart [flutter tools] Move _informUserOfCrash into crash_reporting.dart (#55614) 2020-04-28 10:34:03 -07:00
convert.dart fix missing spaces in adjacent strings (#49159) 2020-01-21 16:43:03 -08:00
desktop_device.dart flutter_tools: Prefer using .of() over .from() when possible (#55250) 2020-04-21 22:09:50 -07:00
devfs.dart [flutter_tools] remove vm service (#55794) 2020-04-29 11:52:46 -07:00
device.dart [flutter_tools] support multiple fuchsia devices (#55780) 2020-05-05 13:40:38 -07:00
doctor.dart [flutter_tools] refactor Chrome launch logic to remove globals/statics (#55160) 2020-04-22 01:28:51 -07:00
emulator.dart Use androidSdk globals variable everywhere (#56330) 2020-05-04 17:48:10 -07: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 [flutter_tools] refactor FlutterManifest to be context-free (#54555) 2020-04-13 18:55:01 -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] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
mdns_discovery.dart [flutter_tools] Hanlde OSError in places where we've seen it thrown (#52491) 2020-03-12 14:01:01 -07:00
persistent_tool_state.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
platform_plugins.dart [flutter_tools] Don't generate native registrant classes if no pluginClass is defined (#53785) 2020-04-03 11:51:01 -07:00
plugins.dart [flutter_tools] Make packages not required for local engine (#55882) 2020-04-28 14:53:53 -07:00
project.dart Check Xcode build setting FULL_PRODUCT_NAME for bundle name (#55799) 2020-05-04 11:31:08 -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 enable avoid_equals_and_hash_code_on_mutable_classes (#52507) 2020-04-06 13:36:01 -07:00
resident_runner.dart [flutter_tools] ensure track-widget-creation can be changed on devcompiler (#56564) 2020-05-07 18:58:43 -07:00
run_cold.dart [flutter_tools] reland remove flutter view cache (#56387) 2020-05-05 12:09:51 -07:00
run_hot.dart [flutter_tools] Restore base/platform.dart (#56410) 2020-05-06 08:15:39 -07:00
template.dart [flutter_tools] Make packages not required for local engine (#55882) 2020-04-28 14:53:53 -07:00
tracing.dart [flutter_tools] remove vm service (#55794) 2020-04-29 11:52:46 -07:00
version.dart [flutter_tools] check first for stable tag, then dev tag (#55342) 2020-04-23 15:19:27 -07:00
vmservice.dart [flutter_tools] reland remove flutter view cache (#56387) 2020-05-05 12:09:51 -07:00