-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Revert "Implement PageView using SliverLayoutBuilder, Deprecate RenderSliverFillViewport (#37024)" #44778
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
Conversation
…rSliverFillViewport (flutter#37024)" This reverts commit 9aea03f.
d5fa2a4 to
a993d08
Compare
|
Can you add to the PR description why we are reverting this? Also: If we revert this we will have to re-open the bugs that were closed by that PR. Also: The change has been part of many releases. I am a little afraid that reverting this fix will break people unexpectedly when they upgrade flutter to a release that contains this revert. |
| } | ||
| } | ||
|
|
||
| /// This method can be called to filter the list of available semantic actions, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes in this file should not be reverted, I think. They are fixing another unrelated problem, no?
goderbauer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| expect(tester.getTopLeft(find.text('Hawaii')), const Offset(-100.0, 0.0)); | ||
| }); | ||
|
|
||
| testWidgets( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this one a test case that's worth keeping since this is expected to work in either implementation?
…te RenderSliverFillViewport (flutter#37024)" (flutter#44778)" This reverts commit 851d699.
This reverts commit 9aea03f. The said commit introduced a ~4.5% regression in stock_build_iteration microbenchmark.
Related Issues
#39060
Reopens #23873
Reopens #27744
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?