vanshg395 / intl_phone_field

A customised Flutter TextFormField to input international phone number along with country code.
https://pub.dev/packages/intl_phone_field
MIT License
177 stars 507 forks source link

autovalidate null check #345

Closed shubhamgoel7703 closed 11 months ago

shubhamgoel7703 commented 11 months ago

while we set autovalidateMode as AutovalidateMode.always then in that scenario null case is handled. In auto validate mode we can also validatorMessage as null.

Please review and approve the changes.