flutter/packages/flutter_tools/lib/src
Jonah Williams 76cbc462d2
[flutter_tools] remove all pub caching logic (#66776)
There have been some more additional reports of a missing 'package:characters' import after upgrading flutter, as well as problems with detecting the correct language version. This has me concerned that our pub caching logic is incorrect. Instead of the tool attempting to guess when pub should be run, always delegate to pub.
2020-10-07 13:11:07 -07:00
..
android [flutter_tools] fix documentation, globals, and todos in the android codebase (#66980) 2020-10-05 15:47:57 -07:00
base [flutter_tools] handle case where file is deleted by other program or running on read only volume (#66708) 2020-10-05 17:00:07 -07:00
build_system [flutter_tools] update build rules to depend on subset of package_config contents (#67165) 2020-10-07 08:46:11 -07:00
commands [flutter_tools] remove all pub caching logic (#66776) 2020-10-07 13:11:07 -07:00
dart [flutter_tools] remove all pub caching logic (#66776) 2020-10-07 13:11:07 -07:00
fuchsia Reland "Re-enable the Dart Development Service (DDS) (#64671)" (#65873) 2020-09-16 16:27:42 -07:00
intellij [flutter_tools] do not error flutter doctor on missing AS/intellij plugins (#66782) 2020-09-29 16:51:28 -07:00
ios Add publish-port flag to disable mDNS port discovery (#67452) 2020-10-07 08:52:05 -07:00
isolated [flutter_tools] disable source maps by default for release builds, enable for run and with command line arg (#67331) 2020-10-05 13:24:51 -07:00
linux [flutter_tools] remove globals from desktop configuration (#67146) 2020-10-02 21:52:53 -07:00
localizations [gen_l10n] Support string list as preferred-supported-locales (#63649) 2020-09-10 07:32:40 +08:00
macos [flutter_tools] add more docs to cocoapods, move to globals (#67237) 2020-10-05 17:57:48 -07:00
reporting [flutter_tools] dont let crash reporter crash tool (#66755) 2020-09-30 15:26:25 -07:00
runner [flutter_tools] remove all pub caching logic (#66776) 2020-10-07 13:11:07 -07:00
test [flutter_test] handle breaking change to test main (#67425) 2020-10-06 16:52:23 -07:00
tester Revert "Reland "Re-enable the Dart Development Service (DDS) (#64671)" (#64847)" (#64981) 2020-08-31 16:09:02 -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] disable source maps by default for release builds, enable for run and with command line arg (#67331) 2020-10-05 13:24:51 -07:00
windows [flutter_tools] remove globals from desktop configuration (#67146) 2020-10-02 21:52:53 -07:00
aot.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
application_package.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
artifacts.dart Add punctuation for unterminated sentences in doc comments (#62755) 2020-08-06 19:18:52 -04:00
asset.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
build_info.dart Teach the flutter tool how to find android output files if the flavor contains uppercase letters (#66687) 2020-09-25 15:54:55 -07:00
bundle.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
cache.dart [flutter_tools] remove all pub caching logic (#66776) 2020-10-07 13:11:07 -07:00
cmake.dart Switch Windows to CMake (#60629) 2020-07-06 12:59:16 -07:00
compile.dart [flutter_tools] reland: map file URIs to a multiroot scheme (#66405) 2020-09-23 07:03:59 -07:00
context_runner.dart [flutter_tools] remove all pub caching logic (#66776) 2020-10-07 13:11:07 -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] support all engine debugging options with FLUTTER_ENGINE_SWITCH environment variables (#67150) 2020-10-05 09:56:48 -07:00
devfs.dart Added timeout for closing devfs sync http connections. (#66152) 2020-09-25 10:52:33 -07:00
device.dart Add publish-port flag to disable mDNS port discovery (#67452) 2020-10-07 08:52:05 -07:00
doctor.dart [flutter_tools] remove globals from FlutterValidator, add documentation and move tests to new file (#67234) 2020-10-05 17:58:56 -07:00
emulator.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -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 Include metadata in GitHub crash template (#53118) 2020-03-27 16:21:45 -07:00
globals.dart [flutter_tools] add more docs to cocoapods, move to globals (#67237) 2020-10-05 17:57:48 -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] cleanups to plugin test cases (#67242) 2020-10-05 14:45:39 -07:00
plugins.dart Improve Windows symlink instructions (#67029) 2020-10-06 08:32:54 -07:00
project.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
protocol_discovery.dart [flutter_tools] remove globals from desktop configuration (#67146) 2020-10-02 21:52:53 -07:00
proxy_validator.dart Remove unused 'dart:async' imports. (#65568) 2020-09-16 14:14:06 -07:00
resident_runner.dart [flutter_tools] delete code related to reload method (#67279) 2020-10-05 09:57:10 -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] delete code related to reload method (#67279) 2020-10-05 09:57:10 -07:00
template.dart Fix Windows and Linux plugin template filenames (#66997) 2020-09-30 16:07:03 -07:00
tracing.dart [flutter_tools] handle case where file is deleted by other program or running on read only volume (#66708) 2020-10-05 17:00:07 -07:00
version.dart [flutter_tools] Add channel order aware version_test (#62417) 2020-09-24 13:07:03 -07:00
vmservice.dart [flutter_tools] delete code related to reload method (#67279) 2020-10-05 09:57:10 -07:00