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.

Libraries

speso_id_capture