ekyc_id_flutter 1.0.19
ekyc_id_flutter: ^1.0.19 copied to clipboard
A Flutter Plugin to interact with EkycID.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ekyc_id_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
ekyc_id_flutter: ^1.0.19
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:ekyc_id_flutter/core/document_scanner/document_scanner.dart';
import 'package:ekyc_id_flutter/core/document_scanner/document_scanner_controller.dart';
import 'package:ekyc_id_flutter/core/document_scanner/document_scanner_options.dart';
import 'package:ekyc_id_flutter/core/document_scanner/document_scanner_result.dart';
import 'package:ekyc_id_flutter/core/document_scanner/document_scanner_values.dart';
import 'package:ekyc_id_flutter/core/document_scanner/document_scanner_view.dart';
import 'package:ekyc_id_flutter/core/language.dart';
import 'package:ekyc_id_flutter/core/liveness_detection/liveness_detection.dart';
import 'package:ekyc_id_flutter/core/liveness_detection/liveness_detection_controller.dart';
import 'package:ekyc_id_flutter/core/liveness_detection/liveness_detection_options.dart';
import 'package:ekyc_id_flutter/core/liveness_detection/liveness_detection_result.dart';
import 'package:ekyc_id_flutter/core/liveness_detection/liveness_detection_values.dart';
import 'package:ekyc_id_flutter/core/liveness_detection/liveness_detection_view.dart';
import 'package:ekyc_id_flutter/core/liveness_detection/liveness_face.dart';
import 'package:ekyc_id_flutter/core/liveness_detection/liveness_prompt.dart';
import 'package:ekyc_id_flutter/core/models/api_result.dart';
import 'package:ekyc_id_flutter/core/models/driver_license.dart';
import 'package:ekyc_id_flutter/core/models/frame_status.dart';
import 'package:ekyc_id_flutter/core/models/language.dart';
import 'package:ekyc_id_flutter/core/models/national_id.dart';
import 'package:ekyc_id_flutter/core/models/vehicle_registration.dart';
import 'package:ekyc_id_flutter/core/overlays/doc_minimal/doc_minimal_values.dart';
import 'package:ekyc_id_flutter/core/overlays/doc_minimal/doc_overlay_minimal.dart';
import 'package:ekyc_id_flutter/core/overlays/doc_minimal/document_side_indicator.dart';
import 'package:ekyc_id_flutter/core/overlays/doc_minimal/dual_ring.dart';
import 'package:ekyc_id_flutter/core/overlays/doc_minimal/dual_ring_fast.dart';
import 'package:ekyc_id_flutter/core/overlays/doc_minimal/scanner_message.dart';
import 'package:ekyc_id_flutter/core/overlays/doc_minimal/scanner_ring.dart';
import 'package:ekyc_id_flutter/core/overlays/document_scanner_overlay.dart';
import 'package:ekyc_id_flutter/core/overlays/liveness_detection_overlay.dart';
import 'package:ekyc_id_flutter/core/overlays/liveness_minimal/face_cutout.dart';
import 'package:ekyc_id_flutter/core/overlays/liveness_minimal/liveness_overlay_minimal.dart';
import 'package:ekyc_id_flutter/core/overlays/liveness_minimal/scanner_message.dart';
import 'package:ekyc_id_flutter/core/overlays/liveness_minimal/timer_countdown.dart';
import 'package:ekyc_id_flutter/core/services.dart';
import 'package:ekyc_id_flutter/core/utils/interpolate.dart';
import 'package:ekyc_id_flutter/ekyc_id_express.dart';