1. 09 Oct, 2018 1 commit
  2. 12 Sep, 2018 1 commit
  3. 21 Jun, 2018 1 commit
  4. 16 Jun, 2018 1 commit
  5. 15 Jun, 2018 1 commit
    • liyuqian's avatar
      Skip painting hidden children of a sliver list (#18465) · 38065376
      liyuqian authored
      We have many hidden children because of iOS accessibility (see also #18410).
      
      For example, in the tile screen of complex_layout app, there could be up to 20 children being painted without this PR. With this PR, only 12 get painted.
      
      This should improve the performance of FL-53 by 40%.
      38065376
  6. 04 May, 2018 1 commit
  7. 12 Sep, 2017 1 commit
  8. 07 Sep, 2017 1 commit
  9. 05 Sep, 2017 1 commit
  10. 25 Jul, 2017 1 commit
  11. 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
  12. 30 Jun, 2017 1 commit
  13. 28 Jun, 2017 1 commit
  14. 27 Jun, 2017 1 commit
  15. 05 Apr, 2017 1 commit
  16. 13 Mar, 2017 1 commit
  17. 04 Mar, 2017 1 commit
  18. 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
  19. 07 Feb, 2017 1 commit
  20. 02 Feb, 2017 1 commit
  21. 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