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
[DropdownMenu] add helperText & errorText to DropdownMenu Widget #123775
[DropdownMenu] add helperText & errorText to DropdownMenu Widget #123775
Conversation
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
21ee04d
to
fefbbfe
Compare
97713ae
to
381d759
Compare
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.
Thanks a lot for your contribution! Just left a few comments, but overall it looks great:)
Thanks a lot for the review! |
6266762
to
f8e0409
Compare
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. Thanks:)
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
Thanks for the thorough tests here.
The Google testing is failing. I don't think the failure is related to the code change. We might need to rebase master and re-submit to trigger the test again:) Thanks! |
I did rebase, I don't know how these other commits got added :( I used GitHub's UI (1 click) for rebase. Edit: Fixed it. I think bug is on GitHub. |
3c17d82
to
ed65919
Compare
This check is failing on all PRs at the moment. |
ed65919
to
cc0c3ea
Compare
Can we please add auto-submit label again? |
auto label is removed for flutter/flutter, pr: 123775, Failed to merge pr#: 123775 with Pull request could not be merged: Required status check "ci.yaml validation" is expected.. |
Can I please get auto-submit label again? Sorry to bother again. Previous failure was due to an infra issue #124332. All green now |
No worries. It looks like the Google tests are running now though. |
…tter#123775) [DropdownMenu] add helperText & errorText to DropdownMenu Widget
…tter#123775) [DropdownMenu] add helperText & errorText to DropdownMenu Widget
Adds 2 new properties
helperText
&errorText
toDropdownMenu
.Fixes: #119743
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.