1. 13 Sep, 2019 1 commit
  2. 21 Aug, 2019 1 commit
  3. 20 Aug, 2019 1 commit
  4. 31 Jul, 2019 1 commit
  5. 29 Jul, 2019 1 commit
  6. 25 Jul, 2019 1 commit
  7. 16 Jul, 2019 1 commit
  8. 10 Jun, 2019 1 commit
  9. 21 May, 2019 1 commit
  10. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  11. 21 Feb, 2019 1 commit
  12. 06 Nov, 2018 1 commit
  13. 05 Oct, 2018 1 commit
  14. 19 Sep, 2018 1 commit
    • Greg Spencer's avatar
      Added more extensive ANSI color printing support on terminals. (#20958) · 7caa6594
      Greg Spencer authored
      This adds support to AnsiTerminal for colored output, and makes all tool output written to stderr (with the printError function) colored red.
      
      No color codes are sent if the terminal doesn't support color (or isn't a terminal).
      
      Also makes "progress" output print the elapsed time when not connected to a terminal, so that redirected output and terminal output match (redirected output doesn't print the spinner, however).
      
      Addresses #17307
      7caa6594
  15. 12 Sep, 2018 1 commit
  16. 05 Jun, 2018 1 commit
  17. 24 May, 2018 1 commit
  18. 29 Mar, 2018 1 commit
  19. 28 Mar, 2018 2 commits
  20. 28 Feb, 2018 1 commit
    • jcollins-g's avatar
      Android license detector in doctor, take two (#14783) · 614df694
      jcollins-g authored
      * Revert "Revert "Add android license verification to doctor and some refactoring" (#14727)"
      
      This reverts commit d2602947.
      
      * Add tests, fix sdkManagerEnv and use it consistently, and rearrange Status object model
      
      * AnsiSpinner needs to leave the cursor where it found it.
      
      * fix tests
      
      * Const constructor warning only shows up on windows...?
      
      * Avoid crash if we can't find the home directory
      
      * Make pathVarSeparator return a string in the mock
      
      * Implement review comments
      
      * Fix out-of-order problem on stop
      614df694
  21. 21 Feb, 2018 1 commit
  22. 15 Feb, 2018 1 commit
  23. 14 Feb, 2018 1 commit
  24. 01 Feb, 2018 2 commits
  25. 11 Nov, 2017 1 commit
  26. 10 Nov, 2017 1 commit
  27. 22 Oct, 2017 1 commit
  28. 19 Oct, 2017 1 commit
  29. 06 Sep, 2017 1 commit
  30. 07 Jul, 2017 1 commit
  31. 13 Jun, 2017 1 commit
  32. 18 May, 2017 1 commit
  33. 03 May, 2017 1 commit
  34. 02 Apr, 2017 1 commit
  35. 16 Mar, 2017 1 commit
  36. 15 Mar, 2017 2 commits
    • John McCutchan's avatar
      Stop using package:stack_trace and Chain.capture (#8803) · 4c91b6e7
      John McCutchan authored
      - [x] Don't use package:stack_trace.
      - [x] Don't use Chain.capture.
      - [x] Fix an instance of aggressive catching of exceptions
      
      Related #8742
      4c91b6e7
    • Michael Goderbauer's avatar
      Make ProcessSignals portable (#8779) · 15330ffb
      Michael Goderbauer authored
      * Make ProcessSignals portable
      
      This removes the need to wrap unsupported signals with in `if (!platform.isWindows) ..`.
      
      It also allows us to implement a work around for breaking the Windows console when flutter is exited with Ctrl+C.
      
      * review comments
      
      * adding tests
      
      * add license header
      15330ffb
  37. 14 Mar, 2017 1 commit