flutter_bd_nid_read 0.0.1+1
flutter_bd_nid_read: ^0.0.1+1 copied to clipboard
A Flutter package to get NID no. and date of birth of Bangladeshi NID from NID image.
flutter_bd_nid_read #
A Flutter package to get NID no. and date of birth of Bangladeshi NID from NID image.
Usage: #
File selectedNIDFront = File('');
NIDReadFromImage nidReadFromImage=NIDReadFromImage();
selectedNIDFront = File(compressedFile.path);
var nidd=await nidReadFromImage.nidRead(selectedNIDFront);
selectedNIDFront is the front image of the nid. You have to pass this to this nidReadFromImage.nidRead() function like await nidReadFromImage.nidRead(selectedNIDFront) and it will return the NID No. and Date of birth from the image.