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:
Flutter dateTime:
I want android type editText in flutter TextField. Have someone tried it or is it possible?
Thanks for help!