-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Fix divider width in scrollable TabBar for Material 3 and add dividerHeight parameter
#123127
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
Fix divider width in scrollable TabBar for Material 3 and add dividerHeight parameter
#123127
Conversation
TabBar for Material 3 i and add dividerHeight parameterTabBar for Material 3 and add dividerHeight parameter
884db20 to
fc9abc7
Compare
|
Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change). If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. Changes reported for pull request #123127 at sha fc9abc794e0b3b5fe2cae89e8835322682c440e4 |
fc9abc7 to
6ca5e3a
Compare
|
Golden file changes are available for triage from new commit, Click here to view. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. Changes reported for pull request #123127 at sha 6ca5e3af11a915c6891d9769e9cfc33d810e025d |
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.
Just for follow up after #122756, I assume this will need to be updated the for M3 defaults for primary & secondary.
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.
Yes, I will update this PR immediately once #122756 land. As tthere will be conflict in the defaults test and as you pointed out, I will add dividerHeight in secondary defaults as well.
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.
- Resolved conflicts,
- updated default tests
- modified an existing duplicate test for the secondary tab bar golden
- Updated underline indicator to shift so I can align with the divider.
6ca5e3a to
c9de5d1
Compare
|
Golden file changes are available for triage from new commit, Click here to view. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. Changes reported for pull request #123127 at sha c9de5d1dce8a6bc41211a475eb4f1352cb5a5ebf |
c9de5d1 to
536112c
Compare
|
Rebasing this for any conflict and updated tests. This is ready to review. |
|
Golden file changes are available for triage from new commit, Click here to view. For more guidance, visit Writing a golden file test for Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
Piinks
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 - approved goldens. 👍
…dd `dividerHeight` parameter (flutter/flutter#123127)
…dd `dividerHeight` parameter (flutter/flutter#123127)
…dd `dividerHeight` parameter (flutter/flutter#123127)
…dd `dividerHeight` parameter (flutter/flutter#123127)
…dd `dividerHeight` parameter (flutter/flutter#123127)
…dd `dividerHeight` parameter (flutter/flutter#123127)
Blocked on #122756fixes #117722
Description
Stack. (This will produce golden changes)dividerHeightdefault and parameter.Before
After
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.