1. 20 Aug, 2015 2 commits
    • Hans Muller's avatar
      Handle changes to scrollDirection in ScrollableList et al · d662f7e6
      Hans Muller authored
      Changed the pageable_list.dart example: tapping on the toolbar changes
      the scroll direction. This exposed some problems:
      
      - Scrollable.syncFields() didn't update scrollDirection
      - Viewport updated its RenderObject fields in the wrong order
      - FixedHeightScrollable scrollDirection changes didn't update the scrollBehavior
      
      There may be similar problems with VariableHeightList and ScrollableViewport.
      I will fix those in a separate CL.
      d662f7e6
    • Adam Barth's avatar
      Fix padding on infinite scrolling list · 72807ef8
      Adam Barth authored
      Rather than using a Padding widget to provide padding along the scrolling axis,
      we now just figure the padding into where we draw the items. This patch fixes
      an issue where we would remove the first topmost item in a scrollable list too
      early because we thought it was already off screen.
      
      Fixes #697
      72807ef8
  2. 19 Aug, 2015 26 commits
  3. 18 Aug, 2015 12 commits