nic_validator 0.1.2
nic_validator: ^0.1.2 copied to clipboard
A Flutter package to validate Sri Lankan National Identity Card (NIC) numbers. Supports both the new 12-digit format and the old 10-digit format (ending with V/X).
0.0.1 #
- TODO: Describe initial release.
0.0.8 #
-
feat: Update nic_validator and lkPhone
- Updated
validateNicto check 12 length nic number. - Updated
lkPhonefunction to return bool. - Added example
main.dartto test. - Updated version to 0.0.8.
- Updated
0.1.0 #
-
Add NIC regex pattern and update version
- Added
nicValidPatternstatic method to provide a regex for NIC validation.
- Added
0.1.2 #
- Format and Add Description