1. 09 Feb, 2017 1 commit
  2. 06 Feb, 2017 1 commit
  3. 04 Feb, 2017 2 commits
  4. 02 Feb, 2017 1 commit
  5. 30 Jan, 2017 1 commit
  6. 25 Jan, 2017 1 commit
  7. 21 Jan, 2017 1 commit
  8. 18 Jan, 2017 2 commits
  9. 10 Jan, 2017 1 commit
    • Adam Barth's avatar
      Change `Flexible`'s default `FlexFit` (#7404) · 03d19807
      Adam Barth authored
      Change `Flexible`'s default `FlexFit`
      
      Previously, `Flexible` defaulted to `FlexFit.tight`, which forced the child to
      expand to fill the available space. Now, `Flexible` defaults to
      `FlexFit.loose`, which does not force the child to expand to fill the available
      space.
      
      If you want the child to expand to fill the available space, consider using
      `Expanded` instead.
      
      Fixes #5169
      03d19807
  10. 06 Jan, 2017 3 commits
  11. 04 Jan, 2017 1 commit
  12. 23 Nov, 2016 1 commit
  13. 22 Nov, 2016 2 commits
  14. 19 Nov, 2016 1 commit
  15. 10 Nov, 2016 2 commits
  16. 08 Nov, 2016 1 commit
  17. 07 Nov, 2016 1 commit
  18. 03 Nov, 2016 1 commit
  19. 02 Nov, 2016 1 commit
  20. 31 Oct, 2016 1 commit
  21. 29 Oct, 2016 1 commit
  22. 27 Oct, 2016 1 commit
  23. 25 Oct, 2016 1 commit
  24. 24 Oct, 2016 2 commits
  25. 21 Oct, 2016 1 commit
  26. 19 Oct, 2016 2 commits
  27. 17 Oct, 2016 1 commit
  28. 06 Oct, 2016 1 commit
  29. 26 Sep, 2016 1 commit
    • Adam Barth's avatar
      Polish SnackBar padding (#6071) · 8c048ec9
      Adam Barth authored
      Previously, we were getting double padding: both inside and outside the button.
      This patch moves all the padding inside the button so that the whole region is
      hittable and the text is positioned correctly.
      
      Fixes #6059
      8c048ec9
  30. 24 Sep, 2016 1 commit
  31. 20 Sep, 2016 1 commit
  32. 19 Sep, 2016 1 commit
    • Adam Barth's avatar
      Change the definition of MainAxisSize (#5931) · e04135e9
      Adam Barth authored
      This property now applies only to the free space in the flex layout (i.e.,
      minimize or maximize the amount of free space). Previously, the flexible
      children were always allocated a size of zero when MainAxisSize was min. Now
      they're allocated the same size that would be if the MainAxisSize was max.
      e04135e9