flutter/packages/flutter_tools/lib/src
2020-05-04 18:38:00 -07:00
..
android Inject logger and fs into printHowToConsumeAar, test without context (#56331) 2020-05-04 18:38:00 -07:00
base [flutter tools] Move _informUserOfCrash into crash_reporting.dart (#55614) 2020-04-28 10:34:03 -07:00
build_runner [flutter_tools] ensure track-widget-creation can be disabled on Android/macOS (#56203) 2020-05-04 11:22:15 -07:00
build_system [flutter_tools] add support for faster incremental build (#56067) 2020-05-01 17:30:26 -07:00
commands Use androidSdk globals variable everywhere (#56330) 2020-05-04 17:48:10 -07:00
dart [flutter_tools] Make packages not required for local engine (#55882) 2020-04-28 14:53:53 -07:00
fuchsia [flutter_tools] remove vm service (#55794) 2020-04-29 11:52:46 -07:00
intellij Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#52021) 2020-03-06 10:22:12 -08:00
ios BuildInfo tests without context (#56329) 2020-05-04 18:37:44 -07:00
linux [flutter_tools] quality pass on Linux build (#55556) 2020-04-25 19:02:03 -07:00
macos [flutter_tools] remove PackageMap and finish PackageConfig migration (#55244) 2020-04-21 19:55:15 -07:00
reporting [flutter tools] Move _informUserOfCrash into crash_reporting.dart (#55614) 2020-04-28 10:34:03 -07:00
runner [flutter_tools] fix iOS build inconsistencies and pipe through performance file (#56094) 2020-05-01 15:34:28 -07:00
test Turn implicit casts in code generated by flutter_platform.dart into explicit casts. (#56290) 2020-05-04 12:44:01 -07:00
tester [flutter_tools] remove PackageMap and finish PackageConfig migration (#55244) 2020-04-21 19:55:15 -07:00
vscode enable avoid_equals_and_hash_code_on_mutable_classes (#52507) 2020-04-06 13:36:01 -07:00
web [flutter_tools] Lazily inject logger into web devices (#55961) 2020-04-29 11:35:40 -07:00
windows [flutter_tools] quality pass on Linux build (#55556) 2020-04-25 19:02:03 -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] precache and unpack updates for desktop release artifacts (#55510) 2020-04-25 14:27:55 -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] migrate windows to assemble (#55187) 2020-04-22 12:26:49 -07:00
cache.dart [flutter_tools] precache and unpack updates for desktop release artifacts (#55510) 2020-04-25 14:27:55 -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] Lazily inject logger into web devices (#55961) 2020-04-29 11:35:40 -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] Move _informUserOfCrash into crash_reporting.dart (#55614) 2020-04-28 10:34:03 -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] cache result of BotDetector in persistent tool state (#52325) 2020-03-10 11:35:52 -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] support bundling SkSL shaders in flutter build apk/appbundle (#56059) 2020-04-30 13:39:08 -07:00
run_cold.dart [flutter_tools] remove vm service (#55794) 2020-04-29 11:52:46 -07:00
run_hot.dart [flutter_tools] remove vm service (#55794) 2020-04-29 11:52:46 -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 fix the reload and restart service extension methods (#56240) 2020-05-04 11:34:02 -07:00