meverifyng_smart_sdk 1.0.2 copy "meverifyng_smart_sdk: ^1.0.2" to clipboard
meverifyng_smart_sdk: ^1.0.2 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 Flutter:

 $ flutter pub add meverifyng_smart_sdk

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

dependencies:
  meverifyng_smart_sdk: ^1.0.2

Alternatively, your editor might support 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
105
points
33
downloads

Documentation

API reference

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

BSD-3-Clause (license)

Dependencies

camera, flutter, google_fonts, http

More

Packages that depend on meverifyng_smart_sdk