1. 12 Sep, 2017 1 commit
  2. 07 Sep, 2017 1 commit
  3. 05 Sep, 2017 1 commit
  4. 25 Jul, 2017 1 commit
  5. 01 Jul, 2017 1 commit
    • Ian Hickson's avatar
      Automatic silver keep alive (#11067) · 7ba1879b
      Ian Hickson authored
      * AutomaticKeepAlive
      
      A Widget that listens for notifications from widgets that don't want to die.
      
      * Automatically wrap SliverList and SliverGrid children in AutomaticKeepAlive widgets
      
      * Fixes for review comments
      7ba1879b
  6. 30 Jun, 2017 1 commit
  7. 28 Jun, 2017 1 commit
  8. 27 Jun, 2017 1 commit
  9. 05 Apr, 2017 1 commit
  10. 13 Mar, 2017 1 commit
  11. 04 Mar, 2017 1 commit
  12. 17 Feb, 2017 1 commit
    • Adam Barth's avatar
      Two becomes one (#8253) · e0b12ca1
      Adam Barth authored
      Rename all the "2" classes related to scrolling to remove the "2". Now that the
      old scrolling code is gone, we don't need to use the suffix.
      e0b12ca1
  13. 07 Feb, 2017 1 commit
  14. 02 Feb, 2017 1 commit
  15. 01 Feb, 2017 1 commit
    • Adam Barth's avatar
      Add SliverFill (#7776) · 41f1f8a4
      Adam Barth authored
      SliverFill fills the remaining space in the viewport with each box
      child. We'll use this sliver as a building block for pageable lists.
      41f1f8a4