faceki_blaze_sdk 1.0.0 copy "faceki_blaze_sdk: ^1.0.0" to clipboard
faceki_blaze_sdk: ^1.0.0 copied to clipboard

FACEKI Flutter EKYC SDK

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add faceki_blaze_sdk

With Flutter:

 $ flutter pub add faceki_blaze_sdk

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

dependencies:
  faceki_blaze_sdk: ^1.0.0

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:faceki_blaze_sdk/faceki_ekyc.dart';
import 'package:faceki_blaze_sdk/screens/capture_document.dart';
import 'package:faceki_blaze_sdk/screens/documentSelection.dart';
import 'package:faceki_blaze_sdk/screens/guidanceScreen.dart';
import 'package:faceki_blaze_sdk/screens/intro_screen.dart';
import 'package:faceki_blaze_sdk/screens/processDisplay.dart';
import 'package:faceki_blaze_sdk/screens/processingScreen.dart';
import 'package:faceki_blaze_sdk/screens/resultScreen.dart';
import 'package:faceki_blaze_sdk/screens/selfieCapture.dart';