flutter_camera_overlay

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter camera overlay

flutter_camera_overlay #
This package provides a simple camera overlay to aid capture of documents such
as national ID cards, passports and driving licenses.
Default ISO Card formats #
https://www.iso.org/standard/70483.html
cardID1 - Most banking cards and ID cards
cardID2 - French and other ID cards. Visas.
cardID3 - United States government ID cards
simID000 - SIM cards

Getting Started #
Import the file.
import 'package:flutter_camera_overlay/flutter_camera_overlay.dart';
copied to clipboard
Use with default style: #
CameraOverlay(
snapshot.data!.first,
CardOverlay.byFormat(format),
(XFile file) => print(file.path),
info: 'Position your ID card within the rectangle and ensure the image is perfectly readable.',
label: 'Scanning ID Card');
copied to clipboard
TODO #

add data capture (card numbers, etc)
automatic edge detection & capture

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.