1. 17 Mar, 2017 1 commit
  2. 04 Mar, 2017 1 commit
  3. 01 Dec, 2016 1 commit
  4. 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
  5. 19 Nov, 2016 1 commit
  6. 16 Sep, 2016 1 commit
  7. 15 Sep, 2016 1 commit
  8. 30 Aug, 2016 1 commit
  9. 26 Aug, 2016 1 commit
    • Dragoș Tiselice's avatar
      Added expansion panels. (#5523) · b8980aeb
      Dragoș Tiselice authored
      Added ExpansionPanel and ExpansionPanelList. The implementation
      is based on the Material design spec, without enforcing every
      facet of it, leaving the developer using this the liberty to
      enforced it lower down the widget tree. This decision was made
      based on the argument that implementing more of the spec would
      reduce flexibility to a point where some design would not be
      implementable with this widget anymore.
      b8980aeb