meriid_kyc 0.0.1 copy "meriid_kyc: ^0.0.1" to clipboard
meriid_kyc: ^0.0.1 copied to clipboard

outdated

meri id direct video kyc.

Fancy Containers #

used to do the video kyc in web app directly

Installation #

  1. Add the latest version of package to your pubspec.yaml (and rundart pub get):
dependencies:
  meriid_kyc: ^0.0.1
  1. Import the package and use it in your Flutter App.
import 'package:meriid_kyc/meriid_kyc.dart';

Example #

There are a number of properties that you can modify:

  • url
  • appbarBackgroundColor

class FancyScreen extends StatelessWidget {  
  const FancyScreen({Key? key}) : super(key: key);  
  
  @override  
  Widget build(BuildContext context) {  
    return Scaffold(  
      body: Center(  
        child: const FancyContainer(  
          title: 'Hello World',  
          color1: Colors.lightGreenAccent,  
          color2: Colors.lightBlue,  
          subtitle: 'This is a new package',  
        ),  
      ),  
    );  
  }  
}

Next Goals #

  • ✅ Add onTap for functions. Now, you can specify the onTap and specify a function.
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

meri id direct video kyc.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, webview_flutter

More

Packages that depend on meriid_kyc