- 11 Aug, 2021 1 commit
-
-
Darren Austin authored
* Updated skipped tests for flutter_tools. * Turned the flaky overall_experience test off as it was still failing on CI.
-
- 28 Jul, 2021 1 commit
-
-
Greg Spencer authored
This changes the "Waiting for another flutter command to release the startup lock..." message output so that it appears on stderr instead of stdout. When it appears on stdout, it can mess up collection of the output. For instance, if you run flutter --version --machine and you're expecting JSON output, then you'll get non-JSON output even though the lock is released and you eventually would get what you're asking for.
-
- 19 Jul, 2021 1 commit
-
-
Remi Rousselet authored
Disable the automatic "pub get" if the project is using a third-party tool for linking dependencies. (#86177)
-
- 01 Jul, 2021 1 commit
-
-
Ahmed Ashour authored
-
- 25 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 09 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 04 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 17 May, 2021 1 commit
-
-
Sam Rawlins authored
-
- 15 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 14 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 May, 2021 2 commits
-
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
- 29 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 15 Apr, 2021 1 commit
-
-
Jenn Magder authored
-
- 09 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 06 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 05 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 24 Mar, 2021 1 commit
-
-
Jonah Williams authored
-
- 06 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 05 Mar, 2021 1 commit
-
-
Jenn Magder authored
-
- 19 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 18 Feb, 2021 2 commits
-
-
Sam Rawlins authored
-
Jenn Magder authored
-
- 12 Feb, 2021 1 commit
-
-
Hidenori Matsubayashi authored
-
- 08 Feb, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 8b6baae4.
-
- 04 Feb, 2021 1 commit
-
-
Jonah Williams authored
Our current top crasher is an unclear error when ProcessManager fails to resolve an executable path. To fix this, we'd like to being adjusting the process resolution logic and adding more instrumentation to track failures. In order to begin the process, the ProcessManager has been folded back into the flutter tool
-
- 29 Jan, 2021 1 commit
-
-
Jenn Magder authored
-
- 27 Jan, 2021 1 commit
-
-
Jonah Williams authored
* opt out the flutter tool * oops EOF * fix import * Update tool_backend.dart * Update daemon_client.dart * fix more
-
- 14 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 08 Jan, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 06 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 23 Oct, 2020 1 commit
-
-
Jonah Williams authored
There have been some more additional reports of a missing 'package:characters' import after upgrading flutter. 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. Also takes an opportunity to fix the kernel snapshot depending on the .packages or package_config. Due to the generated: date field this causes extra rebuilds. Instead when pub get is run, write out an additional file with just the package contents and version. Fixes #66777 Fixes #65723
-
- 07 Oct, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit 76cbc462.
-
Jonah Williams authored
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.
-
- 30 Sep, 2020 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 24 Sep, 2020 1 commit
-
-
Jonah Williams authored
Otherwise the heuristics we have may decide to skip running pub. We should consider reducing the number of dimensions of caching here to a single check optimized for the run/test case.
-
- 23 Sep, 2020 1 commit
-
-
Jonah Williams authored
Delete the destination directory for the web sdk before copying the new contents. This might fix an error where the OS refuses to overwrite the files on dev
-
- 17 Sep, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] use flutter tool handler for dwds resources and precache tool pub dependencies (#65814) If the tool is downloaded from a precompiled snapshot, or if the backing source files in the pub cache are deleted, the dwds debugging functionality will break as the client.js file cannot be located. Instead use the PackageConfig to verify that package location, downloading if it is missing. Override the dwds middleware to avoid Isolate.resolvePackageUri Fixes #53644 Fixes #65475
-
- 25 Aug, 2020 1 commit
-
-
Jonah Williams authored
Fixes #64246 If decoding the string contents of a stamp file fails, treat it as if the stamp file is missing. This is always safe to do, since at worst it downloads more artifacts. The files could end up corrupted if they were edited by another program, for example
-