You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing 'DateTime' is not a subtype of type 'TimeOfDay' when I use a DateTimePickerFormField with time only option and clicking cancel on the time picker.
It seems that the error is happening at line 324 because currentValue is DateTime and DateTimeField.convert is expecting a TimeOfDay:
I'm seeing
'DateTime' is not a subtype of type 'TimeOfDay'
when I use a DateTimePickerFormField with time only option and clicking cancel on the time picker.It seems that the error is happening at line 324 because currentValue is DateTime and DateTimeField.convert is expecting a TimeOfDay:
The text was updated successfully, but these errors were encountered: