Flutter: TextFormField - set input type to time instead of dateTime

429 views Asked by At

I am migrating an android app to flutter. Now i have a textFormField, and the input type is supposed to be of 'time' type. But unlike android there is no option in flutter to set the input type to time, only dateTime is available. I have shared some pics of my android and flutter project:

Android time:

android time

Flutter dateTime:

enter image description here

I want android type editText in flutter TextField. Have someone tried it or is it possible?

Thanks for help!

0

There are 0 answers