-
Notifications
You must be signed in to change notification settings - Fork 4k
[material_ui] Add Material 3 Expressive migration skill #12818
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| --- | ||
| name: material-3-expressive-migration | ||
| description: Use when migrating packages/material_ui components to Material 3 Expressive, including generated defaults, component theme opt-ins, tests, examples, and release notes. | ||
|
Piinks marked this conversation as resolved.
|
||
| --- | ||
|
|
||
| # Material 3 Expressive Migration | ||
|
|
||
| Use this skill for Material 3 Expressive component migration work in `packages/material_ui`. | ||
|
Piinks marked this conversation as resolved.
|
||
|
|
||
| Before planning or implementing a component migration, read the canonical checklist: | ||
| https://github.com/flutter/flutter/blob/master/docs/ecosystem/material_ui/Material-3-Expressive-component-migration-checklist.md | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Needs flutter/flutter#192519 to land first
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Updated! Thanks! |
||
|
|
||
| Keep these migration invariants in mind: | ||
|
|
||
| - Keep Material 3 as the default behavior. | ||
| - Add Material 3 Expressive behind an explicit component-level opt-in. | ||
| - Use token templates and generated defaults whenever possible. | ||
| - Keep public APIs consistent with existing Flutter style and related components. | ||
| - Add focused tests for the Expressive opt-in, generated defaults, and any new public APIs. | ||
| - Add the required pending changelog or release information for user-facing changes. | ||
Uh oh!
There was an error while loading. Please reload this page.