natintosh / intl_phone_number_input

MIT License
163 stars 490 forks source link

mobile number is incorrect #387

Open thecoder066 opened 1 year ago

thecoder066 commented 1 year ago

When I on Flutter web, I entered phone number, but show error : mobile number is incorrect

image

How can I use this function ( onInputValidated ) on Flutter web? It returns False with any number even if this number is correct.

image

cairacshields commented 1 year ago

I believe it's because you need to pass a validator

iquirino commented 11 months ago

I though intl_phone_number_input was created to validate it... Not just a beautiful Widget...