-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Update 24hr-clock TimePicker to use 2 rings as per latest Material Design native Android implementation #108598
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
Comments
Hello @jongkb. Thank you for submitting this request. Looks like a valid one to me. I am labeling the issue to get some more insights from the team. |
Hi guys, any timeline on this? As far as I can see it was implemented months ago in Material Design |
Looping in @TahaTesser, who recently closed #101480. |
Hi @jongkb and everyone I can see the time picker in 24 hours matches the specs on master
|
seems like we need input from @jongkb ? Looks awesome to me, can't wait for it to be released. |
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Use case
As mentioned in #65730, there is a usability issue with the single-ring 24hr-clock TimePicker implementation. However, it was noted back then that Flutter follows the Material Design native Android Time Picker implementation which uses the single-ring design. See #65730 (comment)
In the latest Material Design native Android 24hr-clock Time Picker implementation, the single-ring implementation is now replaced with the more usable 2-ring design as referenced in the closed issue in material-components/material-components-android#1450 (comment)
Proposal
Replace Flutter's single-ring 24hr-clock TimePicker with the two-ring design—consistent with the latest Material Design Time Picker in native Android.
The text was updated successfully, but these errors were encountered: