Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up scrolling delegate code for 2D #122651

Merged
merged 7 commits into from Mar 23, 2023

Conversation

Piinks
Copy link
Contributor

@Piinks Piinks commented Mar 15, 2023

Fixes #122650

This is just a straight move (+ a bunch of templates to de-dupe a bunch of docs). I plan to add the two dimensional scrolling delegate base classes here as well. The sliver.dart file was very (very) large, and this neatly puts all the delegate code (including future 2D delegate in one place.)

This is motivated by part of the 2D scrolling proposal: flutter.dev/go/2D-Foundation

I will likely be re-using some common logic in the TwoDimensionalChildDelegates.

Similar to

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@Piinks Piinks added team Infra upgrades, team productivity, code health, technical debt. See also team: labels. framework flutter/packages/flutter repository. See also f: labels. f: scrolling Viewports, list views, slivers, etc. c: tech-debt Technical debt, code quality, testing, etc. labels Mar 15, 2023
@Piinks
Copy link
Contributor Author

Piinks commented Mar 17, 2023

I'd like to make a change here, please hold off on review.

@Piinks Piinks marked this pull request as draft March 17, 2023 21:36
@Piinks Piinks marked this pull request as ready for review March 22, 2023 22:26
@Piinks Piinks requested a review from thkim1011 March 22, 2023 22:26
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@Hixie
Copy link
Contributor

Hixie commented Mar 22, 2023

test-exempt: code refactor with no semantic change

@chunhtai
Copy link
Contributor

Is this pr ready for review?

@Piinks
Copy link
Contributor Author

Piinks commented Mar 23, 2023

Is this pr ready for review?

Yes, thanks! This is ready now. :)

Copy link
Member

@goderbauer goderbauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

packages/flutter/lib/src/widgets/sliver.dart Outdated Show resolved Hide resolved
@Piinks Piinks added the autosubmit Merge PR when tree becomes green via auto submit App label Mar 23, 2023
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Mar 23, 2023
@auto-submit
Copy link
Contributor

auto-submit bot commented Mar 23, 2023

auto label is removed for flutter/flutter, pr: 122651, due to - The status or check suite Google testing has failed. Please fix the issues identified (or deflake) before re-applying this label.

Copy link
Contributor

@chunhtai chunhtai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Piinks Piinks added the autosubmit Merge PR when tree becomes green via auto submit App label Mar 23, 2023
@auto-submit auto-submit bot merged commit 68be52c into flutter:master Mar 23, 2023
70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App c: tech-debt Technical debt, code quality, testing, etc. f: scrolling Viewports, list views, slivers, etc. framework flutter/packages/flutter repository. See also f: labels. team Infra upgrades, team productivity, code health, technical debt. See also team: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up scrolling delegates in prep for 2D
4 participants