1. 10 Jun, 2020 2 commits
  2. 09 Jun, 2020 10 commits
  3. 08 Jun, 2020 9 commits
  4. 06 Jun, 2020 3 commits
  5. 05 Jun, 2020 4 commits
    • Jonah Williams's avatar
      [flutter_tools] remove deprecation warning on flutter format (#58817) · 5722adf1
      Jonah Williams authored
      So that we have a release where both are available without a deprecation warning.
      5722adf1
    • Jonah Williams's avatar
      [flutter_tools] add --write-sksl-on-exit to flutter drive (#58743) · 1e4d9f85
      Jonah Williams authored
      Allow dumping sksl files on driver exit when a file path is provided to drive's --write-sksl-on-exit
      1e4d9f85
    • Jonah Williams's avatar
    • stuartmorgan's avatar
      Don't require a specific Windows 10 SDK (#58713) · 94b7ff24
      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
      94b7ff24
  6. 04 Jun, 2020 10 commits
  7. 03 Jun, 2020 2 commits