meverifyng_smart_sdk 1.0.1 copy "meverifyng_smart_sdk: ^1.0.1" to clipboard
meverifyng_smart_sdk: ^1.0.1 copied to clipboard

A powerful Flutter SDK for quickly onboarding users and performing KYC (Know Your Customer) and AML (Anti-Money Laundering) checks

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add meverifyng_smart_sdk

With Flutter:

 $ flutter pub add meverifyng_smart_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  meverifyng_smart_sdk: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:meverifyng_smart_sdk/configurations/app_config.dart';
import 'package:meverifyng_smart_sdk/configurations/appcolors.dart';
import 'package:meverifyng_smart_sdk/configurations/appimages.dart';
import 'package:meverifyng_smart_sdk/configurations/appstyles.dart';
import 'package:meverifyng_smart_sdk/configurations/endpoints.dart';
import 'package:meverifyng_smart_sdk/configurations/products_key.dart';
import 'package:meverifyng_smart_sdk/id_validator.dart';
import 'package:meverifyng_smart_sdk/passport_validator.dart';
import 'package:meverifyng_smart_sdk/utils/base64_converter.dart';
import 'package:meverifyng_smart_sdk/utils/error_screen.dart';
import 'package:meverifyng_smart_sdk/utils/success_screen.dart';
1
likes
0
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter SDK for quickly onboarding users and performing KYC (Know Your Customer) and AML (Anti-Money Laundering) checks

License

unknown (license)

Dependencies

camera, flutter, google_fonts, http

More

Packages that depend on meverifyng_smart_sdk