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

Provide controller which uses DateTime #89

Open mscherer82 opened 4 years ago

mscherer82 commented 4 years ago

When using the TextEditingController to modify the value I got a wrong format. It would be better to have a controller which expects DateTime and handles the formating regarding the given format.