telephone_check 0.0.3 copy "telephone_check: ^0.0.3" to clipboard
telephone_check: ^0.0.3 copied to clipboard

outdated

This package will help you to validate if a telephone number is well written.

telephone_check #

This package will help you to validate if a telephone number is well written.

Example of use #

The function take a string that will be the telephone number to validate and will return true or false

    if (telephoneCheck('+18095563254')) {
      print('valid');
    } else {
      print('not valid');
    }
    var validTelephone = telephoneCheck('+18095563254');
    if (validTelephone) {
      print('valid');
    } else {
      print('not valid');
    }

Note: #

You can use any type of telephones number and code are like :

  • +1 215-855-0889 US
  • +355 69 903 0544 AL
  • +57 333 3717545 CO
  • ect.
4
likes
0
points
57
downloads

Publisher

verified publisherneryad.dev

Weekly Downloads

This package will help you to validate if a telephone number is well written.

Homepage

License

unknown (license)

Dependencies

flutter

More

Packages that depend on telephone_check