jifalops / datetime_picker_formfield

A Flutter widget that wraps a TextFormField and integrates the date and/or time picker dialogs.
MIT License
186 stars 101 forks source link

Year picker #82

Open TinusJ opened 4 years ago

TinusJ commented 4 years ago

Is it possible to only have or use the year picker?

Basher7 commented 4 years ago

DateTimeField only year picker without month and day. badly need this feature.

miguelflores1993 commented 3 years ago

DateTimeField only year we need

jifalops commented 3 years ago

What would a year picker look like? I'm picturing a text field or a dropdown, neither of which quite fit with the current UI of the widget.