Open xiaoyu-nus opened 4 years ago
I have faced same issue. isValid method called before null check. I am not sure too why isValid method called before null check. https://github.com/Milad-Akarie/form_field_validator/blob/4c33b420ea07bf57369a258f006b4f42df7c0ab7/lib/form_field_validator.dart#L55
Hi, I am using the RequiredValidator on a DropdownButtonFormField widget. When the validation returns false (no value is selected), an exception is thrown:
I'm running the application on flutter web. Here is my flutter doctor output:
My DropdownbuttonFormField code:
Here is my submit button code:
I'm not sure whether this is the validator package issue or flutter issue or my own issure. Could you please help me?