flutter/packages/flutter_tools/lib/src
2020-11-02 18:48:03 -08:00
..
android [flutter_tools] Make ApplicationPackageFactory inject dependencies for Android Builds (#67827) 2020-10-26 16:51:32 -07:00
base Include VS Code + Android Studio URLs in the No IDE message (#69194) 2020-10-28 11:17:06 -07:00
build_system [flutter_tools] reland: drive service (#68887) 2020-10-26 10:11:30 -07:00
commands Build App.framework directly to build directory (#69612) 2020-11-02 18:48:03 -08:00
dart [flutter_tools] Reland: simplify pub cache logic (#67589) 2020-10-23 10:00:56 -07:00
drive add web_long_running_tests shard containing long-running web tests (#67324) 2020-10-29 14:23:02 -07:00
fuchsia enable unnecessary_string_escapes and use_raw_strings (#68302) (#69025) 2020-10-26 12:42:05 -07:00
intellij [flutter_tools] change the IntelliJ plugin detection logic. (#68020) 2020-10-19 08:19:48 -07:00
ios Build App.framework directly to build directory (#69612) 2020-11-02 18:48:03 -08:00
isolated [flutter_tools] retry sever socket setup (and port selection if port is unspecified) (#69351) 2020-10-29 20:07:34 -07:00
linux Move processUtils to globals (#67976) 2020-10-14 13:12:46 -07:00
localizations [gen_l10n] Fix unintended use of raw string in generateString (#69382) 2020-10-31 19:24:53 +08:00
macos [flutter_tools] Support zipped application bundles for macOS (#68854) 2020-11-02 08:58:33 -08:00
reporting [flutter_tools] implement safe file copy with multiple fallbacks (#69000) 2020-10-26 15:49:07 -07:00
runner [null-safety] update tests and tool auto-detection for null safe dart (#69405) 2020-10-30 13:42:54 -07:00
test opt out the listener.dart generated file (#69223) 2020-10-28 12:52:04 -07:00
tester [flutter_tools] null safety mode is used for dill naming (#68898) 2020-10-23 15:39:58 -07:00
vscode [flutter_tools] do not error doctor on missing vs code extension (#66780) 2020-09-30 08:41:31 -07:00
web [flutter_tools] do not delete web directory during flutter build web (#69115) 2020-10-30 11:00:24 -07:00
windows Move processUtils to globals (#67976) 2020-10-14 13:12:46 -07:00
aot.dart [flutter_tools] do not measure progress timeout (#67959) 2020-10-13 13:05:47 -07:00
application_package.dart [flutter_tools] Make ApplicationPackageFactory inject dependencies for Android Builds (#67827) 2020-10-26 16:51:32 -07:00
artifacts.dart Support --web-renderer options which would allow user to specify which rendering backend to use. (#68848) 2020-10-28 17:32:09 -07:00
asset.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
build_info.dart [flutter_tools] reland: --no-android-gradle-daemon in devicelab (#68491) 2020-10-19 10:27:58 -07:00
bundle.dart [flutter_tools] null safety mode is used for dill naming (#68898) 2020-10-23 15:39:58 -07:00
cache.dart [flutter_tools] document flutter root initialization (#67884) 2020-10-27 15:20:07 -07:00
cmake.dart Switch Windows to CMake (#60629) 2020-07-06 12:59:16 -07:00
compile.dart [flutter_tools] use --no-print-incremental-dependencies for non-resident and test compiles (#68678) 2020-10-22 13:34:59 -07:00
context_runner.dart [flutter_tools] Make ApplicationPackageFactory inject dependencies for Android Builds (#67827) 2020-10-26 16:51:32 -07: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 [flutter_tools] enable LocalDevFSWriter for desktop devices, iOS simulator (#66678) 2020-10-08 13:40:19 -07:00
devfs.dart [flutter_tools] null safety mode is used for dill naming (#68898) 2020-10-23 15:39:58 -07:00
device.dart Show macOS arm64 architecture in doctor and devices list (#69245) 2020-10-30 13:48:04 -07:00
doctor.dart Include VS Code + Android Studio URLs in the No IDE message (#69194) 2020-10-28 11:17:06 -07:00
emulator.dart [flutter_tools] HACKTOBERFEST (#67882) 2020-10-12 09:31:02 -07:00
features.dart [flutter_tool] enable single widget reload optimization by default on dev (#66995) 2020-09-30 15:10:51 -07:00
flutter_manifest.dart Add punctuation for unterminated sentences in doc comments (#62755) 2020-08-06 19:18:52 -04: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 Add publish-port flag to disable mDNS port discovery (#67452) 2020-10-07 08:52:05 -07:00
persistent_tool_state.dart Use XDG_CONFIG_HOME dir by default for config files (#66645) 2020-10-03 08:40:09 -07:00
platform_plugins.dart [flutter_tools] HACKTOBERFEST (#67882) 2020-10-12 09:31:02 -07:00
plugins.dart Generate only requested platform directories on create (#68376) 2020-10-19 14:17:43 -07:00
project.dart Build App.framework directly to build directory (#69612) 2020-11-02 18:48:03 -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 [null-safety] update tests and tool auto-detection for null safe dart (#69405) 2020-10-30 13:42:54 -07:00
run_cold.dart [flutter_tools] remove globals from tracing and add unit tests (#65490) 2020-09-09 15:55:52 -07:00
run_hot.dart [flutter_tools] eagerly set asset directory path, cache flutter views, simplify error handling (#68978) 2020-10-27 09:20:05 -07:00
template.dart [flutter_tools] implement safe file copy with multiple fallbacks (#69000) 2020-10-26 15:49:07 -07:00
tracing.dart [flutter_tools] do not measure progress timeout (#67959) 2020-10-13 13:05:47 -07:00
version.dart Move processUtils to globals (#67976) 2020-10-14 13:12:46 -07:00
vmservice.dart [flutter_tools] reland: drive service (#68887) 2020-10-26 10:11:30 -07:00