Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Fix padding on infinite scrolling list #704

Merged
merged 1 commit into from
Aug 20, 2015

Conversation

abarth
Copy link
Contributor

@abarth abarth commented Aug 20, 2015

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

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
@abarth abarth force-pushed the scrollable_padding branch from ba38bdf to 20d37cb Compare August 20, 2015 01:05
@abarth
Copy link
Contributor Author

abarth commented Aug 20, 2015

@eseidel

@eseidelGoogle
Copy link
Contributor

Lgtm

On Wednesday, August 19, 2015, Adam Barth [email protected] wrote:

@eseidel https://github.com/eseidel


Reply to this email directly or view it on GitHub
#704 (comment).

abarth added a commit that referenced this pull request Aug 20, 2015
Fix padding on infinite scrolling list
@abarth abarth merged commit 5dee1c7 into flutter:master Aug 20, 2015
@abarth abarth deleted the scrollable_padding branch August 20, 2015 02:09
rhencke pushed a commit to rhencke/engine that referenced this pull request Dec 20, 2020
rhencke pushed a commit to rhencke/engine that referenced this pull request Dec 20, 2020
The method chain splitting logic allows "." to immediately follow some
targets, like collection literals:

    [
      element,
    ].forEach((_) => ...);

This extends that to allow parenthesized expressions:

    ([
      element,
    ]).forEach((_) => ...);

Fix flutter#704.
itekdev pushed a commit to itekdev/flutter-engine0 that referenced this pull request May 1, 2023
Build with `-sINLINING_LIMIT` on wasm.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants