capture_flutter 1.4.3 copy "capture_flutter: ^1.4.3" to clipboard
capture_flutter: ^1.4.3 copied to clipboard

Flutter plugin for Capture, the SDK for auto-capturing high quality images of identity documents in a user-friendly way.

1.4.3 #

The initial release of the Capture Flutter plugin.

CapturePlugin #

  • The CapturePlugin exposes the appropriate native Capture module as a Flutter/Dart module based on the detected platform: Android or iOS.
    • The plugin currently contains the function scanWithCamera which enables the Capture process with the default Analyzer & UX properties.

Plugin usage #

  • scanWithCamera platform channel method launches the Capture process with the default Analyzer & UX properties.

  • It takes the following two parameters: CaptureSettings and a base64 license key String, required for unlocking the SDK:

    1. Capture Settings: the class that contains all of the available settings for the Capture process. It contains settings for the Capture analyzer, UX and camera configuration settings.
      • All of the Capture settings that can be modified, can be viewed here.
    2. License key: A base64 license key bound to application ID for Android or iOS.
      • A valid license key can be obtained via Microblink's Developer Hub or by contacting us directly here.
  • The scanWithCamera returns the AnalyzerResult object, which contains the result of the capture analysis.

    • It contains information about each document side, the completeness status of the capture process, and the document group.
    • All of the available results can be viewed here.
  • A detailed guide about the integration and usage of the plugin can be viewed here.

0
likes
140
points
25
downloads

Publisher

verified publishermicroblink.com

Weekly Downloads

Flutter plugin for Capture, the SDK for auto-capturing high quality images of identity documents in a user-friendly way.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, json_annotation, plugin_platform_interface

More

Packages that depend on capture_flutter