-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Implement CheckmarkableChipAttributes on ChoiceChip #124743
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
Implement CheckmarkableChipAttributes on ChoiceChip #124743
Conversation
|
@TahaTesser @huycozy @GayathrideviGA Please review this PR before merge this PR |
Co-authored-by: Taha Tesser <[email protected]>
Co-authored-by: Taha Tesser <[email protected]>
Co-authored-by: Taha Tesser <[email protected]>
Co-authored-by: Taha Tesser <[email protected]>
|
Thanks for reviewing my PR, @TahaTesser. I checked all your comments and applied them. Thanks! |
TahaTesser
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!
|
Need a second review from @HansMuller to land this. |
HansMuller
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
|
@9oya Hi, thanks a lot for this fix! But when do I get to use the |
Hi! This is currently available on the You can see a list of Flutter version tags assigned to this commit by clicking the commit above. |
|
Awesome, thank you!! |
|
Thanks @TahaTesser :) |


I believe that there is a mistake in the implementation of the ChoiceChip widget as it does not have the CheckmarkableChipAttributes property like the FilterChip and InputChip widgets. To address this issue, I have added the implementation of CheckmarkableChipAttributes to ChoiceChip like the other widgets. Additionally, I have created issue #124662
fixes #124662
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.