Handle#6537 second grouped test#182529
Merged
auto-submit[bot] merged 11 commits intoflutter:masterfrom Mar 18, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds a comprehensive set of regression tests to ensure various widgets do not crash when rendered with a zero area. The changes are well-targeted and cover all the widgets mentioned in the description. I have one minor suggestion regarding test file organization to improve maintainability.
39c6680 to
7daa142
Compare
victorsanni
previously approved these changes
Feb 27, 2026
victorsanni
reviewed
Feb 27, 2026
Comment on lines
+1978
to
+1979
| OverlayEntry(builder: (_) => const Text('X')), | ||
| OverlayEntry(builder: (_) => const Text('Y')), |
Contributor
There was a problem hiding this comment.
These will need to be disposed?
7daa142 to
3ab1c3d
Compare
Contributor
|
autosubmit label was removed for flutter/flutter/182529, because The base commit of the PR is older than 7 days and can not be merged. Please merge the latest changes from the main into this branch and resubmit the PR. |
3c6d73d
victorsanni
approved these changes
Mar 14, 2026
dkwingsmt
approved these changes
Mar 17, 2026
This was referenced Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is my attempt to handle #6537 for the following widgets:
AnimatedModalBarrier
NestedScrollView
OrientationBuilder
DeviceOrientationBuilder
OverflowBar
Overlay
OverlayPortal
GlowingOverscrollIndicator
StretchingOverscrollIndicator
PageView