personal_validation_system 1.0.0
personal_validation_system: ^1.0.0 copied to clipboard
A Flutter plugin for identity verification and validation. Provides a complete solution for validating personal identification documents, performing face matching, and verifying personal information.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add personal_validation_systemThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
personal_validation_system: ^1.0.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:personal_validation_system/personal_validation_system.dart';