flutter_bd_nid_read

Last updated:

0 purchases

flutter_bd_nid_read Image
flutter_bd_nid_read Images
Add to Cart

Description:

flutter bd nid read

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();
final pickedFile = await ImagePicker().getImage(source: imageSource);
if (pickedFile != null)
{
selectedNIDFront = File(pickedFile.path);
}

var nid_dob=await nidReadFromImage.nidRead(selectedNIDFront);
copied to clipboard
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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.