kycdd 1.2.1 copy "kycdd: ^1.2.1" to clipboard
kycdd: ^1.2.1 copied to clipboard

A package to help kycdd clients integrate with the KYCdd environment.

This package aims to help KYCdd clients better integrate their Flutter applications with the client onboarding process.

Features #

You can use this package to create a client and request a webframe for the client to add their information.

Getting started #

This package uses the flutter_inappwebview, permission_handler, file_picker and http packages to help you create and edit your clients.

Usage #

Start by setting the Workflow ID and API Keys by calling Kycdd.config(apiKey:

You can then create a client using Kycdd.createClient( customID: _customIDController.text,); The customID is optional, is the function will return a client_id provided by KYCdd. Both ID are suitable for requesting the client.

View example/kycdd_example.dart for details on how to implement the webview and open a data stream to receive data from KYCdd.

Additional information #

Find us at kycdd.co.za for more information on our services.

0
likes
120
points
47
downloads

Publisher

verified publisherkycdd.co.za

Weekly Downloads

A package to help kycdd clients integrate with the KYCdd environment.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

file_picker, flutter, flutter_inappwebview, http, permission_handler

More

Packages that depend on kycdd