trueid_sdk 1.2.0
trueid_sdk: ^1.2.0 copied to clipboard
Flutter plugin for TrueID identity verification via Ghana Card (NIA). Captures selfie with face detection and verifies against NIA records.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add trueid_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
trueid_sdk: ^1.2.0Alternatively, 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:trueid_sdk/trueid_sdk.dart';