1. 08 Feb, 2017 1 commit
  2. 28 Jan, 2017 1 commit
  3. 22 Jan, 2017 2 commits
  4. 19 Jan, 2017 2 commits
  5. 18 Jan, 2017 1 commit
  6. 16 Dec, 2016 2 commits
  7. 22 Nov, 2016 1 commit
    • Adam Barth's avatar
      Rename Flexible to Expanded and improve docs (#6978) · 8ca4caa4
      Adam Barth authored
      This patch replaces uses of Flexible with Expanded where we're using
      FlexFit.tight. We still need to think of a better name for the
      FlexFit.loose variant.
      
      Also, improve the docs for Row, Column, Flex, and RenderFlex to be more
      problem-oriented and to give a complete account of the layout algorithn.
      
      Fixes #6960
      Fixes #5169
      8ca4caa4
  8. 02 Nov, 2016 1 commit
  9. 20 Oct, 2016 1 commit
  10. 19 Oct, 2016 1 commit
  11. 14 Oct, 2016 1 commit
  12. 05 Oct, 2016 1 commit
  13. 28 Sep, 2016 1 commit
  14. 27 Sep, 2016 1 commit
  15. 17 May, 2016 1 commit
  16. 09 May, 2016 1 commit
  17. 21 Apr, 2016 1 commit
  18. 06 Apr, 2016 1 commit
  19. 25 Mar, 2016 1 commit
  20. 14 Mar, 2016 1 commit
  21. 13 Mar, 2016 2 commits
    • Adam Barth's avatar
      [rename fixit] Flex alignments · d5b2e2a0
      Adam Barth authored
      * justifyContent -> mainAxisAlignment
      * alignItems -> crossAxisAlignment
      * FlexJustifyContent -> MainAxisAlignment
      * FlexAlignItems -> CrossAxisAlignment
      
      Fixes #231
      d5b2e2a0
    • Adam Barth's avatar
      [rename fixit] ToolBar -> AppBar · ede5dfce
      Adam Barth authored
      * left -> leading (Removes an LTR bias)
      * center -> title (Widget was actually centered)
      * right -> actions (Removes an LTR bias, asymmetric with leading)
      
      Fixes #2348
      ede5dfce
  22. 12 Mar, 2016 2 commits
  23. 10 Mar, 2016 1 commit