veriff_flutter 5.0.0 copy "veriff_flutter: ^5.0.0" to clipboard
veriff_flutter: ^5.0.0 copied to clipboard

Flutter plugin for Veriff SDK. It allows you to integrate ID verification solution provided by Veriff into your application.

Veriff Flutter SDK #

Getting started #

To start using the Veriff Flutter SDK follow the steps described here.

Usage #

Veriff veriff = Veriff();

try {
    Result result = await veriff.start(config);
    print(result.status);
    print(result.error);
} on PlatformException {
    // handle exception
}

See more details here.

17
likes
140
points
5.41k
downloads

Publisher

verified publisherveriff.com

Weekly Downloads

Flutter plugin for Veriff SDK. It allows you to integrate ID verification solution provided by Veriff into your application.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on veriff_flutter