Skip to content

A Dart / Flutter Package To Verify all India Related Documents , Such has Aadhar Card , PAN Card , etc.

License

Notifications You must be signed in to change notification settings

n1t13h/india_docs_verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Dart / Flutter Package To Verify all India Related Documents , Such has Aadhar Card , PAN Card , etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published