-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
The Problem
If one compares the behavior of the time picker of different apps, for example the app Clock or the app Google Calendar with the dialog showTimePicker by Flutter, one notices that they behave differently. With these apps you get directly to the minutes selection after clicking the hour. Instead, in the Flutter dialog, after clicking the hour, you have to select the minute mode in the time above and only then can you select the minute. Since the behavior does not correspond to the standard of many apps, I think it is an error of the widget.
Now I have the option to reprogram the widget myself or create an issue. But since I suspect that many developers have the problem and it can be solved centrally by the flutter team, I decided to create an issue.
Steps to Reproduce
I have created a small program that lets one watch the behavior of the showTimePicker.