1. 21 Nov, 2016 2 commits
  2. 19 Nov, 2016 1 commit
  3. 16 Nov, 2016 1 commit
  4. 15 Nov, 2016 1 commit
  5. 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
    • Hans Muller's avatar
      Fix gallery demo body centering (#6841) · f0b8c866
      Hans Muller authored
      f0b8c866
  6. 12 Nov, 2016 1 commit
  7. 10 Nov, 2016 1 commit
  8. 09 Nov, 2016 3 commits
  9. 08 Nov, 2016 1 commit
  10. 04 Nov, 2016 1 commit
  11. 03 Nov, 2016 1 commit
  12. 02 Nov, 2016 1 commit
  13. 01 Nov, 2016 3 commits
  14. 28 Oct, 2016 1 commit
  15. 27 Oct, 2016 3 commits
  16. 26 Oct, 2016 1 commit
  17. 25 Oct, 2016 5 commits
  18. 24 Oct, 2016 1 commit
  19. 23 Oct, 2016 1 commit
  20. 21 Oct, 2016 2 commits
  21. 20 Oct, 2016 2 commits
  22. 19 Oct, 2016 2 commits
  23. 18 Oct, 2016 1 commit
  24. 17 Oct, 2016 1 commit
    • Adam Barth's avatar
      Add BuildContext.size as a convenience getter (#6355) · 63e7a0e8
      Adam Barth authored
      Developers need to get the size of the BuildContext sufficiently often
      that we should provide a convenient getter for the value. Having this
      getter is also an opportunity to catch common mistakes and provide
      useful error messages that guide developers towards better patterns.
      
      Fixes #2321
      63e7a0e8
  25. 15 Oct, 2016 1 commit