meverifyng_smart_sdk 1.0.3
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_sdkThis 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.3Alternatively, 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';