let ListWheelViewport composite again#33070
Conversation
|
@jason-simmons I tried turning compositing back on for this widget re:#14224 but after I did so, all the pixels in the golden kinda shifted a little bit (best visible via onion skin diffing: https://github.com/flutter/goldens/compare/master...xster:listwheel-composite?expand=1 Is this expected? |
yjbanov
left a comment
There was a problem hiding this comment.
LGTM if we think that pixel shifting is expected and acceptable.
|
The fix here LGTM. In general, |
|
@xster the small shift is expected: without |
|
Cool, thanks for the info |
|
Hey @xster, are you still working on this PR? If not, can you close it to get it off the PR backlog? |
|
Oh @LongCatIsLooong did it in #47837. Win! |
Description
Last step in #14224 now that the upstream issue is fixed
Related Issues
Fixes #14224
Tests
This is only really testable via golden which already exists for the list wheel viewport.
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?