flutter_bd_nid_read 0.0.1+2 copy "flutter_bd_nid_read: ^0.0.1+2" to clipboard
flutter_bd_nid_read: ^0.0.1+2 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();
 final pickedFile = await ImagePicker().getImage(source: imageSource);
 if (pickedFile != null)
  {
     selectedNIDFront = File(pickedFile.path);
  }

 var nid_dob=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.

2
likes
120
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to get NID no. and date of birth of Bangladeshi NID from NID image.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, google_mlkit_text_recognition

More

Packages that depend on flutter_bd_nid_read