flutter-form-builder-ecosystem / phone_number

Flutter plugin for parsing, formatting and validating international phone numbers.
https://pub.dev/packages/phone_number
BSD 3-Clause "New" or "Revised" License
81 stars 63 forks source link

Very confusing validate function #95

Closed jerinho closed 1 year ago

jerinho commented 1 year ago

Seriously I cannot think of any tiny good reason why you need to catch the exception for invalid output but at the same return a boolean to tell if the value is correct or not.

bool isvalid = await PhoneNumberUtil().validate('...')

Unhandled Exception: PlatformException(InvalidNumber, Number ... is invalid, null, null)

deandreamatias commented 1 year ago

Keep calm jerinho If you can fill the template with all info, we can help you