Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 621 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 621 Bytes

Indian Docs Verify

A Flutter Package to verify indian goverment docs, using regex so that you need not waste time searching for a correct one.

Verify Phone

bool isIndianPhone =  IndianDocsVerify.isIndianPhoneNumber("9992223333");

print(isIndianPhone);

Verify Aadhar Card

bool isAadharCard =  IndianDocsVerify.isAadharCard("1234 5678 9123");

print(isAadharCard);

Verify PANCard

bool isPAN =  IndianDocsVerify.isPAN("ALWPG5809L");
print(isPAN);

Similarly You can also verify this for Driver's License and Voter ID


TODO: UI BASED INPUT