[material_ui] Add Material 3 Expressive IconButton - #12093
Draft
QuncCccccc wants to merge 31 commits into
Draft
Conversation
QuncCccccc
force-pushed
the
icon_button_m3e
branch
5 times, most recently
from
July 7, 2026 00:26
d2adfa2 to
4b56b94
Compare
QuncCccccc
force-pushed
the
icon_button_m3e
branch
4 times, most recently
from
July 16, 2026 19:16
41d31eb to
08739af
Compare
QuncCccccc
force-pushed
the
icon_button_m3e
branch
2 times, most recently
from
August 7, 2026 23:02
2d53a40 to
7585c20
Compare
QuncCccccc
force-pushed
the
icon_button_m3e
branch
from
August 14, 2026 00:20
83f10c1 to
bb4e01b
Compare
QuncCccccc
force-pushed
the
icon_button_m3e
branch
from
August 14, 2026 00:25
bb4e01b to
ca7c3e4
Compare
18 tasks
Contributor
Author
|
This PR is still trying to merge into |
elliette
reviewed
Aug 20, 2026
| /// * `textStyle` - null | ||
| /// * `backgroundColor` - transparent | ||
| /// * `foregroundColor` | ||
| /// * disabled - Theme.colorScheme.onSurface(0.38) |
Member
There was a problem hiding this comment.
What happens if the Material specs are updated? It seems possible that this documentation could get out of date
Contributor
Author
There was a problem hiding this comment.
Yes, they will change the number but not super frequent. I usually just keep an eye on the new email from material-token-announce to see whether any changes that have been made and we need to pay attention.
Maybe later we can use agent to do regular check on the accuracy of documentation? Just brainstorm haha.
| import '../templates/app_bar_template.dart'; | ||
| import '../templates/banner_template.dart'; | ||
| import '../templates/badge_template.dart'; | ||
| import '../templates/banner_template.dart'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is to add Material 3 Expressive IconButton support behind an explicit component-level opt-in.
This PR adds:
ButtonStyleproperties used by the IconButton M3E migration:sizeVarianticonButtonWidthshapeVariantIconButtonThemeData.variantsoIconButtonscan opt intoStyleVariant.material3Expressive.IconButtonTemplateM3Eto generateIconButtondefaults from the M3E token data.IconButtondefaults in:packages/material_ui/lib/src/generated/icon_button_defaults_m3e.g.dartTODO:
Pre-launch Checklist
///).