Skip to content

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 c: contributor-productivity Team-specific productivity, code health, technical debt. 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 Piinks requested review from chunhtai and goderbauer March 15, 2023 00:39
@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

@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 force-pushed the delegateCleanCode branch from e4d6bc2 to d94a2f2 Compare March 23, 2023 21:12
@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
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: contributor-productivity Team-specific productivity, code health, technical debt. 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up scrolling delegates in prep for 2D

4 participants