I need a straightforward CKYC module wired into my existing Flutter cross-platform mobile application. The goal is to verify individual customer data only—no business KYC at this stage—so the flow can stay lean. I have not yet chosen a CKYC service provider, so please suggest reliable options that offer an easy-to-use API or SDK and are compliant with Indian regulations. Once we agree on a provider, you will: • Plug the provider’s API into my Flutter codebase (Dart). • Build a minimal UI for users to initiate CKYC, consent, and see success/error messages. • Handle token generation, basic error handling, and a callback that returns the verified data to my app for further processing. • Deliver clear setup instructions and the updated source files so I can reproduce the integration locally. This is an initial implementation, so I’m looking for a clean, well-commented solution rather than a full-blown production workflow.