nadra_verisys_flutter 0.1.2
nadra_verisys_flutter: ^0.1.2 copied to clipboard
A Flutter package for integrating NADRA Verisys API for Pakistani CNIC verification, biometric validation, and KYC compliance. Perfect for fintech, banking, and identity verification apps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nadra_verisys_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nadra_verisys_flutter: ^0.1.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:nadra_verisys_flutter/nadra_verisys_flutter.dart';