Added support for M3 filled and filled tonal buttons.#107382
Added support for M3 filled and filled tonal buttons.#107382darrenaustin merged 7 commits intoflutter:masterfrom darrenaustin:m3_button_variant
Conversation
guidezpl
left a comment
There was a problem hiding this comment.
_ ___ _____ __ __
| | / __|_ _| \/ |
| |_| (_ | | | | |\/| |
|____\___| |_| |_| |_|
Looks great! Minor comments about documentation and token usage
HansMuller
left a comment
There was a problem hiding this comment.
LGTM however there are many comments from @guidezpl that merit response/changes.
|
This will also close #104357, hope it lands in master soon so it can make it to next stable release. |
Sorry this has taken a while. There is an internal Google naming conflict that we need to resolve before we can land this (as well as I was out for a couple weeks vacation). Hopefully this should land in the next couple of days. |
|
No worries @darrenaustin, I suspect this one won't make it to next stable. It looked so ready that I just thought it would be a pity to wait for it another 3-4 months for the next release after the assumed imminent one. However, there are so many other feature gaps and issues with M3 opt-in in Beta 3.3.0-x and even master, that I can't recommend opting in on M3 for Flutter projects yet anyway. This one was rather small from that point of view, since you can compose/configure this style already when needed. |
This reverts commit 5454bab.
Followup to #100794.
This adds support for the filled and filled tonal Material Design 3 buttons:
To create a filled button use the new
FilledButtonand to create a tonal variant, useFilledButton.tonal:Fixes: #104357
Pre-launch Checklist
///).