- 05 Jun, 2020 5 commits
-
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Michel Feinstein authored
-
stuartmorgan authored
Current versions of the Windows desktop build files don't require a specific Windows 10 SDK version, but doctor still checks for one since vswhere doesn't allow for flexible queries. This has been a common source of issues for people setting up on Windows for the first time, because the current VS installer by default only includes a newer version of the SDK than what doctor is looking for. This removes the vswhere SDK check, and instead uses a manual check for SDKs. Since this uses undocumented (although fairly widely used, so relatively unlikely to change) registry information, the check is non-fatal, so that builds can progress even if the SDK isn't found by doctor; in practice, it's very unlikely that someone would install the C++ Windows development workload but remove the selected-by-default SDK from the install. Now that all requirements are default, the instructions when missing VS have been simplified so that they no longer list individual components, and instead just say to include default items. Fixes #50487
-
- 04 Jun, 2020 31 commits
-
-
Kate Lovett authored
-
Michael Rienstra authored
-
Jonah Williams authored
Make it possible for all FlutterCommands to be global free, by moving instantiation to inside the Zone context. Additionally, provide VerboseLogger and NotifyLogger (daemon) at the top level and remove from command-specific overrides. This allows removing a work around where web devices needed to look up directly from the context in non-test code. Technically the output preferences are still zone injected, but these will be moved soon as they were not being used correctly by the top level command (the injection comes after ArgParser reads the overflow values, causing numerous wrap issues)
-
jBrennen authored
-
Jonah Williams authored
This reverts commit 253eb1cf.
-
Jonah Williams authored
This reverts commit 720b7cb4.
-
Jonah Williams authored
This reverts commit bbe18f75.
-
Igor Akkerman authored
-
Hans Muller authored
-
Jonah Williams authored
Work towards removal of package:archive and ideally more stable unzipping of artifacts. These commands are available in Powershell 5+, which we already require for windows.
-
Jonah Williams authored
use -f to overwrite local tags on master branch
-
engine-flutter-autoroll authored
-
Michael Goderbauer authored
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 28ea29e3.
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
Tomohiro Hattori authored
-
Kate Lovett authored
-
Kate Lovett authored
-
liyuqian authored
-
chunhtai authored
-
Jonah Williams authored
* [flutter_tools] only copy cached dill after startup * shared code * cleanup artifact directory * do not copy if dillOutputPath is given
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 3760540f.
-
Ming Lyu (CareF) authored
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-
Jonah Williams authored
Also combines experiments into extraGenSnapshot/ExtraFrontEndOptions. Allows providing --no-sound-null-safety to allow out of order migration and running.
-
Jenn Magder authored
-
Jenn Magder authored
-
- 03 Jun, 2020 4 commits
-
-
Jim Graham authored
-
JustWe authored
-
William Oprandi authored
-
Pedro Massango authored
* Pass disabledElevation from MaterialButton into RawMaterialButton
-