dylanwuzh / flutter-cupertino-date-picker

Flutter cupertino style date picker.
Apache License 2.0
363 stars 416 forks source link

Add (numeric) keyboard support for the TimePicker #64

Closed robinbonnes closed 4 years ago

robinbonnes commented 4 years ago

We use the TimePicker a lot. It would be great if it could support numeric keyboard input to type a specific HH:mm time faster.

Example:

image

I also requested this for the Cupertino Datepicker from Flutter, however they are not going to implement it because its not a specific iOS (Cupertino) feature. See: @https://github.com/flutter/flutter/issues/28633

Maybe this is something you want to implement?

dylanwuzh commented 4 years ago

This requirement is very uncommon and will not be considered for support for now