cuidai_plugin

A Cuidai flutter plugin.

Requirements:

Android:

min version -> Lollipop 5.0 API lvl 21

iOS:

min version -> iOS 11

How to Use

First, you need to initialize the Cuidai plug-in:

CuidaiPlugin.initSDK();

And then, just open the default screen of Cuidai:

CuidaiPlugin.open();

A implementation example can be found here