-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Fixed hex color picker in material 3 demo #2578
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
Conversation
|
also please rebase to get this running on CI! 😄 |
|
I got you! 😄 |
|
autosubmit label was removed for flutter/samples/2578, because This PR has not met approval requirements for merging. The PR author is not a member of flutter-hackers and needs 2 more review(s) in order to merge this PR.
|
|
autosubmit label was removed for flutter/samples/2578, because This PR has not met approval requirements for merging. The PR author is not a member of flutter-hackers and needs 1 more review(s) in order to merge this PR.
|
|
@domesticmouse would you review, approve, and do the auto-submit dance 🙏 |
|
Thanks @Navil ! it works! https://flutter.github.io/samples/web/material_3_demo/ |
This pull request fixes the problem where the color picker wasn't handling hex values correctly.
Old:
New:
Fixes #2577