|
|
|
|
|
by Pxtl
1817 days ago
|
|
iirc the Android 4 date picker had a microscopic hit-area on the date where, if clicked, would display a year-key-in dialog. I don't know if newer ones have this. I hate date pickers so much that I use the Google Assistant in all its hellish, buggy glory to create appointments for my calendar on my phone. |
|
Flutter provides separate Material date picker [0] and time picker widgets [1], but no date-time picker widget that displays the selected DateTime and lets the user change the date or time. When I asked Flutter team for one 2 years ago, their UX person refused to add it, saying that because it's not in the Material Design Spec [2] [3] that it doesn't belong in the Flutter widget library.
Flutter does implement the excellent iOS DateTime picker [3].
[0] https://api.flutter.dev/flutter/material/showDatePicker.html
[1] https://api.flutter.dev/flutter/material/showTimePicker.html
[2] https://material.io/components/date-pickers
[3] https://material.io/components/time-pickers
[4] https://flutter.dev/docs/development/ui/widgets/cupertino