-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Update the material 3 design token docs #12125
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?
Conversation
This aligns the docs with the changes in flutter/flutter#170000
Visit the preview URL for this PR (updated for commit c94351e): https://flutter-docs-prod--pr12125-material-colors-docs-pr1700-3i7mvqpq.web.app |
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.
A few nits. :)
src/content/release/breaking-changes/material-design-3-token-update.md
Outdated
Show resolved
Hide resolved
src/content/release/breaking-changes/material-design-3-token-update.md
Outdated
Show resolved
Hide resolved
src/content/release/breaking-changes/material-design-3-token-update.md
Outdated
Show resolved
Hide resolved
src/content/release/breaking-changes/material-design-3-token-update.md
Outdated
Show resolved
Hide resolved
src/content/release/breaking-changes/material-design-3-token-update.md
Outdated
Show resolved
Hide resolved
…pdate.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
…pdate.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
…pdate.md Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
@@ -5,6 +5,32 @@ description: >- | |||
the Flutter Material library. | |||
--- | |||
|
|||
# Flutter 3.33+ |
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.
Looking at src/content/release/breaking-changes/index.md this doc is listed under Released in Flutter 3.27
.
I would recommend either - bump the doc up in the index.md file to resurface under Not yet released to stable, or create a new document. Otherwise there is no way folks will find this in relation to the next release.
This aligns the docs with the changes in
flutter/flutter#170000