mykad 0.0.1 copy "mykad: ^0.0.1" to clipboard
mykad: ^0.0.1 copied to clipboard

Parses Malaysian Identification Card numbers (MyKad)

Build status License: MIT

Parses Malaysian Identification Card numbers (MyKad)

Installing #

Add the following line to your pubspec.yaml file.

mykad: ^0.0.1

Example #

final mykad = MyKad.parse(
    '980927120123',
    referenceDate: DateTime(2023), // optional
);
print(mykad.formattedNric); // 980927-12-0123
print(mykad.gender); // Gender.male
print(mykad.birthdate); // DateTime(1998, 09, 27)
print(mykad.age); // 25
0
likes
150
pub points
14%
popularity

Publisher

unverified uploader

Parses Malaysian Identification Card numbers (MyKad)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on mykad