1. 3489da9 [flutter_tools] no more MockLogger in tests (#51684) by Jonah Williams · 5 years ago
  2. b32ee2f Revert "Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567)" (#51616) by Zachary Anderson · 5 years ago
  3. 9de7787 Reland: [flutter_tool] Where possible, catch only subtypes of Exception (#51567) by Zachary Anderson · 5 years ago
  4. 483f499 Revert "[flutter_tool] Where possible, catch only subtypes of Exception (#51440)" (#51539) by Zachary Anderson · 5 years ago
  5. f1cd47e [flutter_tool] Where possible, catch only subtypes of Exception (#51440) by Zachary Anderson · 5 years ago
  6. c23d9cd [flutter_tools] Print emojis in Windows Terminal (#50446) by Zachary Anderson · 5 years ago
  7. 149e062 Add option to clear the terminal by pressing "c" (#50034) by Levi Lesches · 5 years ago
  8. 68ed5c2 [flutter_tool] Hide unsafe std{out,err} operations (#49561) by Zachary Anderson · 5 years ago
  9. 93a5b7d [flutter_tool] Don't crash on a failure to write to std{out,err} (#49380) by Zachary Anderson · 5 years ago
  10. 749589d [flutter_tools] Remove context usage from status and clean up test cases (#48446) by Jonah Williams · 5 years ago
  11. f7b8d62 [flutter_tool] Refactor Logger and Terminal to (mostly) no longer depend directly on context (#47269) by Jonah Williams · 5 years ago
  12. ee7a37f [flutter_tools] Ensure that global variables are easily identifiable (#47398) by Jonah Williams · 5 years ago
  13. 449f4a6 License update (#45373) by Ian Hickson · 5 years ago
  14. 81f6ba8 Switch from using app.progress to app.webLaunchUrl for passing web launch urls (#44268) by Danny Tuppeny · 5 years ago
  15. 417449e Deflake flutter tool logger test (#43800) by Jonah Williams · 5 years ago
  16. 7065e43 Allow skipping chrome launch with --no-web-browser-launch (#40627) by Jonah Williams · 6 years ago
  17. e2340c6 [flutter_tool] Use curly braces around single statment control structures (#40446) by Zachary Anderson · 6 years ago
  18. 0f2af97 [flutter_tools] Add a timeout to another showBuildSettings command (#39579) by Zachary Anderson · 6 years ago
  19. 4d99232 Correct typos (#33322) by Chris Bracken · 6 years ago
  20. 0acd3e6 refactor context to be implicit-downcast safe (#31622) by Jonah Williams · 6 years ago
  21. ec93c87 Move spinner `_defaultSlowWarning` message to a new line (#30071) by Christopher Fujino · 6 years ago v1.4.6
  22. 99866f4 Make timeout durations configurable (#30053) by Jonah Williams · 6 years ago v1.4.5
  23. a0d1f93 fix block formatting (#29051) by Alexandre Ardhuin · 6 years ago
  24. 6daad8d Fix backspace and clear length in AnsiStatus (#28477) by liyuqian · 6 years ago
  25. 5169ab5 format parameter list (#27261) by Alexandre Ardhuin · 6 years ago
  26. fdcb861 Deflake AnsiSpinner tests (#27825) by Dan Field · 6 years ago
  27. 6d20ff2 Remove all obsolete "// ignore:" (#27271) by Michael Goderbauer · 6 years ago
  28. 31a9626 [O] Removing all timeouts (mark II) (#26736) by Ian Hickson · 6 years ago
  29. 8426910 Revert "[O] Remove many timeouts. (#23531)" (#25646) by Ian Hickson · 6 years ago
  30. 76f7081 [O] Remove many timeouts. (#23531) by Ian Hickson · 6 years ago
  31. 4559ae1 Stop wrapping adb, gradle and ios logger output, and update terminal wrapping column dynamically. (#23592) by Greg Spencer · 6 years ago
  32. 081d2a7 Re-land text wrapping/color PR (#22831) by Greg Spencer · 6 years ago
  33. 2d81adf Revert "Turn on line wrapping in usage and status messages, adds ANSI color to doctor and analysis messages. (#22656)" (#22759) by Greg Spencer · 6 years ago
  34. e438632 Turn on line wrapping in usage and status messages, adds ANSI color to doctor and analysis messages. (#22656) by Greg Spencer · 6 years ago
  35. f62afdc add missing type parameter on methods (#22096) by Alexandre Ardhuin · 6 years ago
  36. eadd59a Swap out the moon emoji used for progress spinner for a single-cell character. (#22243) by Greg Spencer · 7 years ago
  37. efcd9a8 Simplify Gradle compiler output. (#21760) by Greg Spencer · 7 years ago
  38. 7caa659 Added more extensive ANSI color printing support on terminals. (#20958) by Greg Spencer · 7 years ago
  39. a07d371 enable lint prefer_generic_function_type_aliases (#21680) by Alexandre Ardhuin · 7 years ago
  40. d927c93 Unnecessary new (#20138) by Alexandre Ardhuin · 7 years ago
  41. acf4b6c Clean up startProgress logic. (#19695) (#20009) by Ian Hickson · 7 years ago
  42. 9c15963 Revert "Clean up startProgress logic. (#19695)" (#19842) by Jonah Williams · 7 years ago
  43. 0636c6f Clean up startProgress logic. (#19695) by Ian Hickson · 7 years ago
  44. 2ae4884 Revert elimination of Dart 1 (#18460) by Chris Bracken · 7 years ago
  45. 6c56bb2 Update typedef syntax to use Function notation and turn on lint for old notation. (#18362) by Greg Spencer · 7 years ago
  46. 09276be enable lint prefer_equal_for_default_values (#18156) by Alexandre Ardhuin · 7 years ago
  47. b921fdc Revert "Update typedef syntax to use Function notation and turn on lint for old notation. (#18035)" (#18041) by Greg Spencer · 7 years ago
  48. 3258602 Update typedef syntax to use Function notation and turn on lint for old notation. (#18035) by Greg Spencer · 7 years ago
  49. 614df69 Android license detector in doctor, take two (#14783) by jcollins-g · 7 years ago
  50. 1e397d3 Break up and show more progression during an Xcode build (#14715) by xster · 7 years ago
  51. d260294 Revert "Add android license verification to doctor and some refactoring" (#14727) by Todd Volkert · 7 years ago
  52. 59fe5d0 Add android license verification to doctor and some refactoring (#14535) by jcollins-g · 7 years ago
  53. 0350c9e route device issue diagnostics to flutter doctor (#13346) by Devon Carew · 7 years ago
  54. 15601fe Enable lint prefer asserts in initializer lists (#12903) by Alexandre Ardhuin · 7 years ago
  55. 40a65e1 minor tweaks to the output for flutter_tools (#11115) by Devon Carew · 8 years ago
  56. f68c6fb Fix package_test flakiness, init ensure terminal context entry is set (#10333) by Hans Muller · 8 years ago
  57. 77d67c9 fix flutter analyze --dartdocs (#10182) by Ian Hickson · 8 years ago
  58. 9d3fb1f Auto provision iOS deploy 2/3 - prompt user to choose a certificate (#10025) by xster · 8 years ago
  59. 18eac03 VerboseLogger should just wrap the parent Logger (#10020) by Ian Hickson · 8 years ago
  60. 87d0010 Let printError be able to print bold also (#9714) by xster · 8 years ago
  61. 20e83e3 change the reload success message to include both the elapsed time and the library count (#9328) by Devon Carew · 8 years ago
  62. 70e2acf tweak the layout for the ios doctor checks (#9306) by Devon Carew · 8 years ago
  63. a559b8d [Regression] Re-enable ANSI color support on Windows (#9232) by Michael Goderbauer · 8 years ago
  64. 57b3422 Bold each line individually (#9069) by Ian Hickson · 8 years ago
  65. 4c530d5 prefer_final_fields (#8967) by Alexandre Ardhuin · 8 years ago
  66. 9056ded remove work around for https://github.com/dart-lang/sdk/issues/28599 (#8865) by Michael Goderbauer · 8 years ago
  67. c9a9c62 Remove nasty ANSI workaround for Windows (#8839) by Michael Goderbauer · 8 years ago
  68. 2291a56 Remove support for function keys. (#8840) by Michael Goderbauer · 8 years ago
  69. d87f198 devicelab benchmarks run on Windows (#8814) by Michael Goderbauer · 8 years ago
  70. 4c91b6e Stop using package:stack_trace and Chain.capture (#8803) by John McCutchan · 8 years ago
  71. 3d07941 Record/replay test infrastructure. (#8597) by Todd Volkert · 8 years ago
  72. 7a09316 Declare locals final where not reassigned (flutter_tools) (#8570) by Chris Bracken · 8 years ago
  73. ae1a719 fix FLUTTER_ANSI_TERMINAL check (#8544) by Michael Goderbauer · 8 years ago
  74. 1f7b8ae Enable ANSI codes in PowerShell (#8537) by Michael Goderbauer · 8 years ago
  75. 99ca38e make use of Dart's new capability to print Unicode on Windows (#8505) by Michael Goderbauer · 8 years ago
  76. 2888139 prefer const constructor (#8292) by Alexandre Ardhuin · 8 years ago
  77. 071efec Implements WindowsStdoutLogger (#8189) by Michael Goderbauer · 8 years ago
  78. 5caeb3f use the intl package (#8060) by Devon Carew · 8 years ago
  79. 1cc7814 Add logger indent option and indent nested xcode command outputs (#7867) by xster · 8 years ago
  80. d89f438 improve the logger ui a bit for elapsed times (#7960) by Devon Carew · 8 years ago
  81. 84de5e8 Work around for dart-lang/sdk#28599 (#7786) by Michael Goderbauer · 8 years ago
  82. 417c2f2 Migrate flutter_tools to use package:platform (#7642) by Todd Volkert · 8 years ago
  83. 5a3bae9 Catch another ignorable errno in setting `stdin.lineMode` (#7563) by Todd Volkert · 8 years ago
  84. 55beaef Ignore only ENOTTY when setting stdin.lineMode (#7472) by Todd Volkert · 8 years ago
  85. 7f2915d ignore exceptions from stdin.lineMode (#7439) by Devon Carew · 8 years ago
  86. 016b5ab Force all dart:io usage to go through 'base/io.dart' (#7390) by Todd Volkert · 8 years ago
  87. 15ea399 add identifiers to progress messages (#6868) by Devon Carew · 8 years ago
  88. 04e7446 Make the fire red on black-and-white terminals (#6748) by Ian Hickson · 8 years ago
  89. 54d7651 Continue showing status messages after a startProgress completes (#6720) by Jason Simmons · 8 years ago
  90. fcfb2a5 Better progress (#6677) by Devon Carew · 8 years ago
  91. 0838ef7 logger use milliseconds instead of seconds for reporting elapsed time (#6487) by Wyatt Arent · 8 years ago
  92. 022cb2d Do not buffer logs in the verbose logger (#6465) by Jason Simmons · 8 years ago
  93. 24f63e2 show better errors for gradle build failures (#5374) by Devon Carew · 9 years ago
  94. d7fb51a Hot reload UI polish (#5193) by Ian Hickson · 9 years ago
  95. c9bcf10 Analyzer was confused when you deleted files (#4528) by Ian Hickson · 9 years ago
  96. 3ba1713 add a restart command to the daemon protocol (#4385) by Devon Carew · 9 years ago
  97. d6aed1e add a --quiet option to flutter_tools (#4213) by Devon Carew · 9 years ago
  98. 067715e Send exit for flutter run --resident (#3829) by Devon Carew · 9 years ago
  99. 99114cd show more errors on missing jarsigner (#3626) by Devon Carew · 9 years ago
  100. ace1a64 don't print installing device twice (#3520) by Devon Carew · 9 years ago