speso_id_capture 0.0.1 copy "speso_id_capture: ^0.0.1" to clipboard
speso_id_capture: ^0.0.1 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 showCapture(
         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
0
points
31
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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

camera, flutter, image, path_provider

More

Packages that depend on speso_id_capture