-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Make sure that a TabPageSelectorIndicator doesn't crash in 0x0 enviro… #178212
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
Make sure that a TabPageSelectorIndicator doesn't crash in 0x0 enviro… #178212
Conversation
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.
Code Review
This pull request adds a regression test for the TabPageSelectorIndicator widget. The test ensures that the widget does not crash when placed in an environment with zero size constraints, such as within a SizedBox.shrink(). The added test case is clear, correct, and effectively covers the intended scenario. The changes look good.
flutter#178212) This is my attempt to handle flutter#6537 for the TabPageSelectorIndicator widget.
flutter#178212) This is my attempt to handle flutter#6537 for the TabPageSelectorIndicator widget.
flutter#178212) This is my attempt to handle flutter#6537 for the TabPageSelectorIndicator widget.
This is my attempt to handle #6537 for the TabPageSelectorIndicator widget.