flutter/packages/flutter_tools/lib/src
2021-01-12 19:01:18 -08:00
..
android groovy escaping was wrong for aar (#72554) 2021-01-07 11:43:27 -08:00
base Add recommended Xcode version to doctor (#73808) 2021-01-12 19:01:18 -08:00
build_system Fix offline resource loader for serviceworker (#73416) 2021-01-06 10:47:20 -08:00
commands [flutter_tools] daemon does not report platforms that are not enabled (#73736) 2021-01-12 09:38:23 -08:00
dart [gen-l10n] NNBD generated code (#70415) 2020-11-18 10:14:38 +08:00
drive [flutter_tools] fix port leak in flutter_driver (#70999) 2020-11-21 14:04:01 -08:00
fuchsia Remove "unnecessary" imports. (#73488) 2021-01-12 11:59:03 -08:00
intellij [flutter_tools] change the IntelliJ plugin detection logic. (#68020) 2020-10-19 08:19:48 -07:00
ios Add recommended Xcode version to doctor (#73808) 2021-01-12 19:01:18 -08:00
isolated Fix launching DevTools with Flutter Web applications (#72110) 2021-01-07 15:49:09 -08:00
linux [flutter_tools] Let CMake handle escaping (#70026) 2020-12-21 16:04:04 -08:00
localizations [gen_l10n] Use l10n.yaml file instead of command line arguments if it exists (#72950) 2021-01-05 11:50:32 +08:00
macos Add recommended Xcode version to doctor (#73808) 2021-01-12 19:01:18 -08:00
migrations [flutter_tools] Let CMake handle escaping (#70026) 2020-12-21 16:04:04 -08:00
reporting [flutter_tools] delegate first run message re-display to new class, only if changed (#73353) 2021-01-05 18:44:04 -08:00
runner [web] Reland - Switch flutter tool web-renderer default for web to auto (#73595) 2021-01-08 15:44:13 -08:00
test [flutter_tools] add API for passing arbitrary flags to tester binary (#73576) 2021-01-08 11:46:15 -08:00
tester [flutter_tools] reduce build bundle API (#70514) 2020-11-17 11:55:20 -08:00
vscode [flutter_tools] do not error doctor on missing vs code extension (#66780) 2020-09-30 08:41:31 -07:00
web Support flutter_test_config for flutter test on web platforms (#72488) 2021-01-05 15:49:02 -08:00
windows [flutter_tools] Let CMake handle escaping (#70026) 2020-12-21 16:04:04 -08:00
application_package.dart [flutter_tools] Make ApplicationPackageFactory inject dependencies for Android Builds (#67827) 2020-10-26 16:51:32 -07:00
artifacts.dart Launch DevTools from pub instead of devtools_server (#71737) 2020-12-14 10:12:42 -08:00
asset.dart Revert "let NOTICES be double gzip wrapped to reduce on-disk installed space (#71899)" (#72438) 2020-12-16 10:58:19 -08:00
build_info.dart Relands: Migrate template to Gradle 6.7 and AGP 4.1.0 (#71446) 2020-12-01 19:01:09 -08:00
bundle.dart Revert "let NOTICES be double gzip wrapped to reduce on-disk installed space (#71899)" (#72438) 2020-12-16 10:58:19 -08:00
cache.dart Adopt Flutter.xcframework in tool (#71495) 2020-12-04 13:57:11 -08:00
cmake.dart [flutter_tools] Let CMake handle escaping (#70026) 2020-12-21 16:04:04 -08:00
compile.dart Remove left-overs from causal async stacks. (#71663) 2020-12-03 11:03:07 -08:00
context_runner.dart [flutter_tools] delegate first run message re-display to new class, only if changed (#73353) 2021-01-05 18:44:04 -08:00
convert.dart [flutter_tools] add a mechanism to turn off immediate tool exit (#66787) 2020-09-28 13:04:38 -07:00
desktop_device.dart Add a --dart-entrypoint-args flag to flutter run to pass through Dart entrypoint arguments on Flutter Desktop (#69607) 2020-11-06 15:34:02 -08:00
devfs.dart [flutter_tools] null safety mode is used for dill naming (#68898) 2020-10-23 15:39:58 -07:00
device.dart [flutter_tools] use 1-based index for device selection (#72189) 2020-12-21 09:29:05 -08:00
devtools_launcher.dart Add --no-launch-browser flag to DevTools pub run command (#72519) 2020-12-18 10:14:36 -08:00
doctor.dart [flutter_tools] remove globals from android_workflow (#69548) 2020-11-06 10:55:52 -08:00
emulator.dart Revert "Launch named iOS simulators (#72323)" (#72447) 2020-12-16 11:52:59 -08:00
features.dart [flutter_tools] wire up alternative invalidation strategy to features (#71439) 2020-12-01 09:54:23 -08:00
flutter_manifest.dart [flutter_tools] do not validate unused services key (#71417) 2020-12-01 09:53:41 -08:00
flutter_project_metadata.dart [flutter_tools] update metadata detection to account for invalid yaml (#68243) 2020-10-15 16:51:52 -07:00
globals.dart Move processUtils to globals (#67976) 2020-10-14 13:12:46 -07:00
mdns_discovery.dart remove testUsingContext (#70482) 2020-11-13 13:23:03 -08:00
persistent_tool_state.dart [flutter_tools] delegate first run message re-display to new class, only if changed (#73353) 2021-01-05 18:44:04 -08:00
platform_plugins.dart [flutter_tools] HACKTOBERFEST (#67882) 2020-10-12 09:31:02 -07:00
plugins.dart Test generated_plugin_registrant analysis & suppress long lines in web plugin registrant (#71981) 2020-12-16 22:19:05 -08:00
project.dart Build iOS apps using Swift Packages (#73508) 2021-01-07 15:59:09 -08:00
protocol_discovery.dart [flutter_tools] remove fallback discovery and observatory timeout (#68756) 2020-10-29 18:43:47 -07:00
proxy_validator.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
resident_runner.dart Catch StateError and output more useful error message when DDS fails to start (#72736) 2020-12-22 10:24:04 -08:00
run_cold.dart Ensure attaching to an application with an existing DDS instance is not treated as a fatal error (#70847) 2020-12-04 17:16:30 -08:00
run_hot.dart [flutter_tools] prevent hot reload/restart if device has not finished devFS initialization (#73420) 2021-01-06 15:54:04 -08:00
template.dart [flutter_tools] migrate .packages to package_config, partial (#70200) 2020-11-11 13:50:41 -08:00
tracing.dart [flutter_tools] do not measure progress timeout (#67959) 2020-10-13 13:05:47 -07:00
version.dart [flutter_tools] Make flutter upgrade --verify-only display framework version differences instead of commit hashes (#69420) 2020-11-19 18:03:05 -08:00
vmservice.dart Fix launching DevTools with Flutter Web applications (#72110) 2021-01-07 15:49:09 -08:00