kyc_plugin_rcs 0.0.3 copy "kyc_plugin_rcs: ^0.0.3" to clipboard
kyc_plugin_rcs: ^0.0.3 copied to clipboard

A Plugin Project From RCS As Base KYC Feature.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:kyc_plugin_rcs/kyc_rcs_screen.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: KycRcsScreen(
        onFinish: () {},
      ),
    );
  }
}
1
likes
110
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

A Plugin Project From RCS As Base KYC Feature.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

camera, flutter, image_cropper, pin_code_fields, plugin_platform_interface

More

Packages that depend on kyc_plugin_rcs

Packages that implement kyc_plugin_rcs