meverifyng_smart_sdk 1.0.3 copy "meverifyng_smart_sdk: ^1.0.3" to clipboard
meverifyng_smart_sdk: ^1.0.3 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.3

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/id_validator.dart';
import 'package:meverifyng_smart_sdk/likeness_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
130
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

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

audioplayers, camera, flutter, flutter_svg, google_mlkit_commons, google_mlkit_face_detection, http, mime

More

Packages that depend on meverifyng_smart_sdk