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

Exception occurs once Date Picker become empty #91

Closed rickstina31 closed 4 years ago

rickstina31 commented 4 years ago

Can someone help me with this. Whenever I clear the date picker it throws an exception

image

rickstina31 commented 4 years ago

My bad, I just forgot to check the on change value if it's null.