1. 22 Sep, 2016 9 commits
  2. 21 Sep, 2016 12 commits
  3. 20 Sep, 2016 17 commits
  4. 19 Sep, 2016 2 commits
    • Ian Hickson's avatar
      Docs for heroes (#5923) · bfabb567
      Ian Hickson authored
      bfabb567
    • 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