1. 08 Dec, 2016 1 commit
  2. 30 Nov, 2016 2 commits
  3. 29 Nov, 2016 2 commits
  4. 14 Nov, 2016 2 commits
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 3 of 3 (#6838) · 34e466f1
      Dan Rubel authored
      * Remove the workaround that pinned args to v0.13.6
      This reverts most of the changes in commit 6331b6c8
      * throw exception if exit code is not an integer
      * rework command infrastructure to throw ToolExit when non-zero exitCode
      * convert commands to return Future<Null>
      * cleanup remaining commands to use throwToolExit for non-zero exit code
      * remove isUnusual exception message
      * add type annotations for updated args package
      34e466f1
    • Dan Rubel's avatar
      Refactor flutter command exit code - part 2 (#6817) · e384c0d9
      Dan Rubel authored
      * convert pubGet to throw ToolExit on non-zero exit code
      * convert commandValidator to throw ToolExit for non-zero exit code
      * convert flutter commands to throw ToolExit for non-zero exit code
      * use convenience method throwToolExit
      * only show "if this problem persists" for unusual exceptions
      e384c0d9
  5. 11 Nov, 2016 2 commits
  6. 10 Nov, 2016 2 commits
  7. 08 Nov, 2016 1 commit
  8. 02 Nov, 2016 1 commit
    • Dan Rubel's avatar
      Merge skia into screenshot (#6623) · 819ac27d
      Dan Rubel authored
      * merge `flutter skia` into `flutter screenshot`
      * improve skia failed error message
      * update help text - how to find diagnostic port for skia
      * improve error message if skia capture fails
      819ac27d
  9. 28 Oct, 2016 1 commit
  10. 21 Oct, 2016 1 commit
    • Jason Simmons's avatar
      Do not buffer logs in the verbose logger (#6465) · 022cb2d9
      Jason Simmons authored
      With the old policy the most recent log would not be printed until the next
      log is produced (which may be indefinitely).  This change prints logs
      immediately along with a time delta since the previous log.
      022cb2d9
  11. 20 Oct, 2016 1 commit
  12. 13 Oct, 2016 1 commit
  13. 06 Oct, 2016 1 commit
  14. 05 Oct, 2016 1 commit
  15. 04 Oct, 2016 1 commit
  16. 28 Sep, 2016 1 commit
  17. 23 Sep, 2016 1 commit
  18. 22 Sep, 2016 1 commit
  19. 16 Sep, 2016 1 commit
  20. 01 Sep, 2016 1 commit
  21. 31 Aug, 2016 1 commit
  22. 26 Aug, 2016 1 commit
  23. 25 Aug, 2016 1 commit
  24. 13 Aug, 2016 1 commit
  25. 20 May, 2016 1 commit
  26. 19 May, 2016 1 commit
    • pq's avatar
      Cleanup dangling comment references. · 1a6f499b
      pq authored
      Quick pass at fixing a few dangling references as revealed by the new `comment_references` lint (https://github.com/dart-lang/linter/issues/240).
      
      There's a bunch more to do here before we can turn it on by default (~430 lints as of now).  Many of them are a simple matter of adding an import (e.g., `dart:async` for library docs that reference `Future`) but others will require a bit of thought.  Probably best done by the folks writing the code. :)
      1a6f499b
  27. 17 May, 2016 1 commit
    • Ian Hickson's avatar
      Fix tests (#3977) · f284c1a0
      Ian Hickson authored
      Also, make sure that broken tests actually break the bots.
      
      And add a test to make sure that keeps happening.
      f284c1a0
  28. 10 May, 2016 1 commit
  29. 06 May, 2016 1 commit
  30. 03 May, 2016 1 commit
  31. 26 Apr, 2016 1 commit
    • Devon Carew's avatar
      add google analytics to flutter_tools (#3523) · adac9275
      Devon Carew authored
      * add google analytics
      
      * send in the run target type
      
      * track device type targets
      
      * use the real GA code
      
      * review comments
      
      * rev to usage 2.0
      
      * rev to 2.2.0 of usage; add tests
      
      * review comments
      adac9275
  32. 08 Apr, 2016 2 commits
  33. 07 Apr, 2016 1 commit
  34. 06 Apr, 2016 1 commit