Migrate common buttons to Material 3#100794
Merged
darrenaustin merged 11 commits intoflutter:masterfrom Apr 9, 2022
darrenaustin:m3_buttons
Merged
Migrate common buttons to Material 3#100794darrenaustin merged 11 commits intoflutter:masterfrom darrenaustin:m3_buttons
darrenaustin merged 11 commits intoflutter:masterfrom
darrenaustin:m3_buttons
Conversation
HansMuller
reviewed
Mar 25, 2022
Contributor
HansMuller
left a comment
There was a problem hiding this comment.
This is looking good. Just has one basic question...
guidezpl
reviewed
Mar 28, 2022
clocksmith
reviewed
Mar 30, 2022
clocksmith
reviewed
Mar 30, 2022
Contributor
There was a problem hiding this comment.
Add test for conditional splashFactory?
something like: https://github.com/flutter/flutter/pull/101046/files
8 tasks
Contributor
Author
Yeah, I need to add a bunch of tests here. Will do so after I figure out a cleaner solution for the |
guidezpl
reviewed
Apr 6, 2022
examples/api/lib/material/elevated_button/elevated_button.1.dart
Outdated
Show resolved
Hide resolved
…much for the damage to the API.
…ial functions for styleFrom.
This was referenced Apr 9, 2022
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/plugins
that referenced
this pull request
Apr 9, 2022
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Apr 9, 2022
CaseyHillers
pushed a commit
to CaseyHillers/flutter
that referenced
this pull request
Apr 20, 2022
CaseyHillers
pushed a commit
that referenced
this pull request
Apr 20, 2022
…102193) * Ensure that the engine frame callbacks are installed if the first scheduled frame is a forced frame (#101544) See #98419 * Migrate common buttons to Material 3 (#100794) * Always finish the timeline event logged by Element.inflateWidget (#101794) * 'Create candidate branch version flutter-2.13-candidate.0 for beta' * 'Update Engine revision to 24a02fa5ee681840cdc842c22f4cb4bdd5ec3115 for beta release 2.13.0-0.2.pre' * Update release-candidate-branch.version Co-authored-by: Jason Simmons <[email protected]> Co-authored-by: Darren Austin <[email protected]>
8 tasks
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.
Part of: #91605
Updated the common buttons:
ElevatedButton,OutlinedButton, andTextButtonwith support for Material Design 3.In order to use the common buttons with the new Material 3 defaults, turn on the
useMaterial3flag in theThemeData:Also, if you use
ElevatedButton.styleFromplease read the documentation about color role changes in M3 that you may need to account for.Fixes: #99022
Fixes: #99884
Pre-launch Checklist
///).