speso_id_capture 0.0.4 copy "speso_id_capture: ^0.0.4" to clipboard
speso_id_capture: ^0.0.4 copied to clipboard

This is a flutter package that gives you a custom and reusable Kyc feature for ID capture and Selfie Capture.

Features #

This is a flutter package that gives you a custom and reusable Kyc feature for ID capture and Selfie Capture.

Getting started #

Simple ID capture Package

Usage #

Create a custom screen to handle image capturing with the variable of choice like idFile to hold filename and filepath of image captured.

  File? idFile;
   idFile = await showIDCapture(
         context: context,
         title: "Scan ID",
        selfie: false,);

Additional information #

Feel free to open pull requests.

Acknowledgments #

This package was originally created by Emmanuel Okon.

1
likes
150
points
7
downloads

Publisher

verified publisherspeso.co

Weekly Downloads

This is a flutter package that gives you a custom and reusable Kyc feature for ID capture and Selfie Capture.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

camera, flutter, image, path_provider

More

Packages that depend on speso_id_capture