iqama_validator 0.0.2 copy "iqama_validator: ^0.0.2" to clipboard
iqama_validator: ^0.0.2 copied to clipboard

A flutter package to validate iqama and saudi national id number format that is used in the kingdom of saudi arabia.

iqama_validator #

IqamaValidator can be used to check if a string contains a valid Saudi Arabia Iqama number or a National ID number.

Usage #

Pass the Iqama number or Saudi National ID number as a string to IqamaValidator's validate method.

bool status = IqamaValidator.validate("<iqamaNumber>");

The response is a bool. It is true if the string was a valid Iqama/Saudi national ID number.

0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A flutter package to validate iqama and saudi national id number format that is used in the kingdom of saudi arabia.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on iqama_validator