1. 29 Mar, 2017 1 commit
  2. 24 Mar, 2017 1 commit
  3. 17 Mar, 2017 1 commit
  4. 14 Mar, 2017 1 commit
  5. 27 Feb, 2017 1 commit
  6. 16 Feb, 2017 1 commit
  7. 30 Jan, 2017 1 commit
  8. 13 Jan, 2017 1 commit
    • Adam Barth's avatar
      Refactor IconThemeData.fallback (#7490) · 4955eef8
      Adam Barth authored
      Now IconThemeData.fallback is a factory constructor and IconThemeData.of() does
      the work of computing the fallback for its clients.
      
      Also, add tests for ImageIcon and ListItems.
      4955eef8
  9. 30 Nov, 2016 1 commit
  10. 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
  11. 03 Nov, 2016 1 commit
  12. 01 Nov, 2016 1 commit
  13. 23 Oct, 2016 1 commit
  14. 28 Sep, 2016 2 commits
  15. 21 Sep, 2016 1 commit
  16. 29 Jul, 2016 1 commit
  17. 21 Jun, 2016 1 commit
  18. 09 May, 2016 1 commit
  19. 14 Apr, 2016 1 commit
  20. 12 Apr, 2016 2 commits
  21. 01 Apr, 2016 1 commit
  22. 31 Mar, 2016 1 commit
  23. 14 Mar, 2016 1 commit
  24. 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] left -> leading, right -> trailing · e48c822c
      Adam Barth authored
      The terms "left" and "right" have an LTR bias. Instead, we now use
      "leading" and "trailing", for these list and grid decorations so that
      we can later rearrange them to match the reading order.
      
      Fixes #2540
      Fixes #2548
      e48c822c
  25. 12 Mar, 2016 3 commits
  26. 07 Mar, 2016 1 commit
  27. 06 Mar, 2016 1 commit
  28. 01 Mar, 2016 1 commit
  29. 26 Feb, 2016 2 commits
  30. 23 Feb, 2016 1 commit
  31. 11 Jan, 2016 1 commit
  32. 02 Jan, 2016 1 commit
  33. 19 Oct, 2015 1 commit
    • Adam Barth's avatar
      Add a MaterialList · 284eaa9c
      Adam Barth authored
      A MaterialList understands the sizing, padding, and scrollbar features of
      Material Design lists.
      
      Also, add CircleAvatar for showing the circular avatars that are commonly used
      in material lists.
      284eaa9c
  34. 16 Oct, 2015 1 commit