1. 02 Nov, 2017 2 commits
    • 5u3it's avatar
      Material scaffold to have simultaneous left-and-right drawers (#12686) · c608e666
      5u3it authored
      Adds `Scaffold#endDrawer` property to supply a second drawer to a Scaffold.
      c608e666
    • Greg Spencer's avatar
      Adding proper accommodation for textScaleFactor in chips, and StadiumBorder border. (#12533) · 05e10633
      Greg Spencer authored
      In order to allow chips to be properly drawn when they expand in size (without
      using IntrinsicHeight), I needed a BoxDecoration shape that would be dependent
      upon the rendered height of the widget. This seemed to be pretty generally
      useful, so I added a new ShapeDecoration called StadiumBorder. It uses the
      minimum dimension to adjust the BorderRadius of a rounded rect in the shape
      decoration.
      
      I also converted some uses of BoxShape to be case statements, updated the
      chips to use the StadiumBorder decoration, and updated some of the metrics to match
      the Material spec, as well as implementing lerping to and from StadiumBorder.
      05e10633
  2. 01 Nov, 2017 13 commits
  3. 31 Oct, 2017 7 commits
  4. 30 Oct, 2017 4 commits
  5. 28 Oct, 2017 1 commit
  6. 26 Oct, 2017 6 commits
  7. 25 Oct, 2017 7 commits