1. 24 May, 2022 1 commit
  2. 03 Mar, 2022 1 commit
  3. 26 Jan, 2022 1 commit
  4. 11 Nov, 2021 1 commit
  5. 07 Oct, 2021 3 commits
  6. 28 Jul, 2021 1 commit
    • Greg Spencer's avatar
      Make the startup lock message print to stderr. (#86520) · 0bab3604
      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.
      0bab3604