1. 02 Aug, 2018 1 commit
  2. 27 Jul, 2018 1 commit
  3. 23 Jul, 2018 1 commit
  4. 16 Jul, 2018 2 commits
  5. 05 Jun, 2018 1 commit
  6. 31 May, 2018 1 commit
  7. 25 May, 2018 1 commit
  8. 16 May, 2018 1 commit
  9. 15 May, 2018 2 commits
  10. 14 May, 2018 2 commits
  11. 03 May, 2018 1 commit
  12. 20 Mar, 2018 1 commit
  13. 11 Mar, 2018 1 commit
  14. 02 Feb, 2018 1 commit
  15. 05 Jan, 2018 1 commit
  16. 20 Dec, 2017 1 commit
  17. 14 Dec, 2017 1 commit
    • Chris Bracken's avatar
      Apply media padding in ListTile (#13545) · 20fb6621
      Chris Bracken authored
      Applies media padding (e.g. iOS safe area insets) around the list tile
      children inside the InkWell.
      
      Also adds safe area around gallery section titles for consistency with
      surrounding list tiles.
      20fb6621
  18. 15 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Adding accomodations to ListTile for scaleTextFactor. (#12973) · c15c021e
      Greg Spencer authored
      This makes ListTile expand vertically when text is scaled, or really when whatever is placed inside it is larger than the available space.
      
      In order for UnconstrainedBox to be useful here, I needed for it to only unconstrain the child Row in one dimension, so I added a "constrainedAxis" parameter to the UnconstrainedBox.
      
      Also, changed one enum test to use a switch instead.
      
      I modified the ListTile test to be more representative of the intention of the spec: we were testing with text in the leading and trailing sections, and the design wants icons there. Because there was leading text, and the dense mode only changes the font size on the text lines, the leading text was propping up the minimum size of the tile, making so that the test wasn't really testing any changes in dense mode.
      c15c021e
  19. 02 Oct, 2017 1 commit
    • Adam Barth's avatar
      Add Alignment, which will replace FractionalOffset (#12342) · 2b126bcd
      Adam Barth authored
      Unlike FractionalOffset, Alignment uses the center as the zero of the
      coordinate system, which makes the RTL math work out much cleaner.
      
      Also, make FractionalOffset into a subclass of Alignment so that clients
      can continue to use FractionalOffset.
      2b126bcd
  20. 24 Sep, 2017 1 commit
  21. 20 Sep, 2017 1 commit
  22. 31 Aug, 2017 1 commit
  23. 13 Jun, 2017 1 commit
  24. 27 May, 2017 1 commit
    • Ian Hickson's avatar
      Much work on the documentation (#10331) · f50caddf
      Ian Hickson authored
      Minor fixes throughout, e.g. removing trailing commas from the end of sample code expressions, changing headings to "sample code" more consistently, removing stale todos, fix typos in a private method name, minor grammar fixes, added some clarifications to CircularProgressIndicator, LinearProgressIndicator, CrossAxisAlignment, added some cross-references to various members, made it slightly clearer that layout algorithms are implementation details.
      
      Clarified "elevation" throughout.
      
      Added docs to InkResponse and InkWell.
      
      Added sample code for: SliverAppBar, Card, ListTile, EdgeInsets, Row, Column, CustomScrollView, ListView, SliverFixedExtentList, and SliverGrid.
      
      Fixes #10317.
      Fixes #10316.
      Fixes #10267. (sort of, see comment therein)
      Fixes #9331. (sort of, see comment therein)
      Fixes #9407. (sort of, see comment therein)
      f50caddf
  25. 21 May, 2017 1 commit
  26. 19 May, 2017 1 commit
  27. 10 May, 2017 1 commit
  28. 09 May, 2017 1 commit
  29. 05 May, 2017 1 commit
  30. 23 Apr, 2017 1 commit
  31. 19 Apr, 2017 1 commit
  32. 13 Apr, 2017 1 commit
  33. 07 Apr, 2017 1 commit
  34. 04 Apr, 2017 1 commit
  35. 29 Mar, 2017 1 commit
  36. 24 Mar, 2017 1 commit
  37. 17 Mar, 2017 1 commit