• 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
scrollable.dart 20.2 KB