flutter_smartface 0.8.6 copy "flutter_smartface: ^0.8.6" to clipboard
flutter_smartface: ^0.8.6 copied to clipboard

Flutter plugin for SmartFace Mobile license bootstrap, enrollment, identification, liveness, and hosted flows on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_smartface

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

dependencies:
  flutter_smartface: ^0.8.6

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:flutter_smartface/flutter_smartface_base.dart';
import 'package:flutter_smartface/flutter_smartface_camera_controller.dart';
import 'package:flutter_smartface/flutter_smartface_enroller.dart';
import 'package:flutter_smartface/flutter_smartface_hosted_flow.dart';
import 'package:flutter_smartface/flutter_smartface_hosted_flow/enrollment_flow.dart';
import 'package:flutter_smartface/flutter_smartface_hosted_flow/enrollment_models.dart';
import 'package:flutter_smartface/flutter_smartface_hosted_flow/hosted_flow_base.dart';
import 'package:flutter_smartface/flutter_smartface_hosted_flow/identification_flow.dart';
import 'package:flutter_smartface/flutter_smartface_hosted_flow/identification_models.dart';
import 'package:flutter_smartface/flutter_smartface_license.dart';
import 'package:flutter_smartface/flutter_smartface_mobile.dart';
import 'package:flutter_smartface/flutter_smartface_platform_interface.dart';
import 'package:flutter_smartface/flutter_smartface_transparent_ellipse_overlay_widget.dart';
1
likes
130
points
601
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for SmartFace Mobile license bootstrap, enrollment, identification, liveness, and hosted flows on Android and iOS.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_secure_storage, fpdart, permission_handler, plugin_platform_interface, shared_preferences

More

Packages that depend on flutter_smartface

Packages that implement flutter_smartface