document_selfie_verification 0.0.41 copy "document_selfie_verification: ^0.0.41" to clipboard
document_selfie_verification: ^0.0.41 copied to clipboard

PlatformAndroidiOS
unlistedoutdated

This widget provides a comprehensive solution for capturing and verifying both documents and selfies within a Flutter application. It seamlessly integrates camera access, image processing, and validat [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add document_selfie_verification

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  document_selfie_verification: ^0.0.41

Alternatively, 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:document_selfie_verification/document_verification.dart';
import 'package:document_selfie_verification/enums/country_types.dart';
import 'package:document_selfie_verification/enums/emoji_types.dart';
import 'package:document_selfie_verification/enums/enums.dart';
import 'package:document_selfie_verification/enums/side_type.dart';
import 'package:document_selfie_verification/widgets/base.dart';
import 'package:document_selfie_verification/widgets/custom_paint.dart';
import 'package:document_selfie_verification/widgets/document_selfie_verification.dart';
import 'package:document_selfie_verification/widgets/mobile.dart';
import 'package:document_selfie_verification/widgets/web.dart';
import 'package:document_selfie_verification/widgets/widgets.dart';
3
likes
125
points
137
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This widget provides a comprehensive solution for capturing and verifying both documents and selfies within a Flutter application. It seamlessly integrates camera access, image processing, and validation features to ensure a smooth user experience.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

camera, convert_native_img_stream, flutter, flutter_svg, image, logger

More

Packages that depend on document_selfie_verification