eid_scanner 0.0.5 copy "eid_scanner: ^0.0.5" to clipboard
eid_scanner: ^0.0.5 copied to clipboard

A Flutter package for scanning Emirates IDs, using object detection and text extraction to capture data from the ID.

Emirates ID Scanner #

A Flutter package for detecting and scanning Emirates ID cards using the device camera. The package utilizes Google ML Kit for text recognition and object detection to ensure accurate ID card scanning before extracting text data.

Features #

  • Real-time camera preview with ID detection
  • Automatic capture when the ID is properly positioned
  • Text recognition to extract Emirates ID details
  • Bounding box for accurate scanning
  • Lightweight and easy to integrate

Installation #

Add the package to your pubspec.yaml:

dependencies:
  eid_scanner: ^0.0.5

Then, run:

flutter pub get

Permissions #

Make sure to add camera permissions to AndroidManifest.xml:

<uses-permission android:name="android.permission.CAMERA" />

For iOS, add these to your Info.plist:

<key>NSCameraUsageDescription</key>
<string>We need camera access to scan your Emirates ID.</string>

Example App #

Check the example/ directory for a full implementation of the package in use.

Repository #

The source code for this package is hosted on GitHub: GitHub Repository

Metadata #

  • Package Name: eid_scanner
  • Version: 0.0.5
  • Author: Amjad Hamdoun
  • License: Apache-2.0
  • Repository: GitHub Repository

Contributing #

We welcome contributions to this project! Please follow the guidelines below to get started:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Run the tests (flutter test).
  5. Submit a pull request.

For more details, see the Contributing Guide.

License #

This package is licensed under the Apache-2.0 License. See LICENSE for more details.

5
likes
115
points
22
downloads

Publisher

verified publisheramjadhamdoun.com

Weekly Downloads

A Flutter package for scanning Emirates IDs, using object detection and text extraction to capture data from the ID.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

camera, flutter, google_ml_kit, intl, path_provider

More

Packages that depend on eid_scanner