verif_id 0.0.1
verif_id: ^0.0.1 copied to clipboard
A clean and elegant Flutter package for KYC verification (selfie, 8s video, ID front/back, review + submit). French TTS instructions by default.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add verif_idWith Flutter:
$ flutter pub add verif_idThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
verif_id: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:verif_id/verif_id.dart';