1. 16 Sep, 2020 2 commits
  2. 15 Sep, 2020 2 commits
    • Jonah Williams's avatar
      [flutter_tools] handle terminals that do not support single char mode in... · 039f1cf8
      Jonah Williams authored
      [flutter_tools] handle terminals that do not support single char mode in Terminal.promptForCharInput (#65418)
      
      Some terminals stdin do not support single char mode (like an emacs terminal buffer apparently). If this is the case, then the presented choice values would always have an appended newline \n which would prevent us from finding the value in the listed index (or using it as a signal for the default choice). To fix, treat '' as the default choice and always trim the choice value.
      
      While this has seemingly always been broken, it wasn't noticeable until the multi-device selection prompt was added a few months ago.
      
      Fixes #65267
      039f1cf8
    • Jonah Williams's avatar
      [flutter_tools] fix failure to create ansi spinner if download needs to be retried (#65797) · 6acea15f
      Jonah Williams authored
      Because the Status spinner was only created on setup, the second stop would asset/crash.
      
      Fixes #65449
      6acea15f
  3. 10 Sep, 2020 1 commit
  4. 03 Sep, 2020 3 commits
  5. 02 Sep, 2020 1 commit
  6. 31 Aug, 2020 3 commits
  7. 29 Aug, 2020 1 commit
  8. 28 Aug, 2020 3 commits
  9. 27 Aug, 2020 2 commits
  10. 25 Aug, 2020 2 commits
  11. 24 Aug, 2020 1 commit
  12. 21 Aug, 2020 1 commit
  13. 19 Aug, 2020 1 commit
  14. 17 Aug, 2020 1 commit
  15. 14 Aug, 2020 1 commit
  16. 12 Aug, 2020 1 commit
  17. 11 Aug, 2020 1 commit
  18. 06 Aug, 2020 2 commits
  19. 31 Jul, 2020 1 commit
  20. 29 Jul, 2020 2 commits
  21. 21 Jul, 2020 3 commits
  22. 20 Jul, 2020 2 commits
  23. 16 Jul, 2020 3 commits