authenteq_flow_docscanner 1.75.2
authenteq_flow_docscanner: ^1.75.2 copied to clipboard
Flutter plugin to connect Authenteq Mobile SDK DocScanner module for identification flow.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add authenteq_flow_docscannerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
authenteq_flow_docscanner: ^1.75.2Alternatively, 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:authenteq_flow_docscanner/authenteq_flow_docscanner.dart';