flutter_capture_vision_android 0.1.0 copy "flutter_capture_vision_android: ^0.1.0" to clipboard
flutter_capture_vision_android: ^0.1.0 copied to clipboard

PlatformAndroid

Android implementation of flutter_capture_vision, bridging Dynamsoft Capture Vision for barcode, MRZ, and document boundary detection.

flutter_capture_vision_android #

Android implementation of flutter_capture_vision.

Endorsed default_package for the facade — you normally depend only on flutter_capture_vision and get this package automatically.

Implementation notes #

  • Java plugin bridging to the Dynamsoft Capture Vision Android AAR.
  • Every method-channel operation (license, initSettings/resetSettings, file and raw-buffer capture, dispose) runs on a single background executor and replies on the main thread, so captures never block the platform thread or race template state.
  • Default task → template mapping: barcodeReadBarcodes_Default, mrzReadPassportAndId, documentDetectionDetectDocumentBoundaries_Default. Custom names from imported settings JSON are passed through unchanged.
  • MRZ models, barcode models, and document-detection resources ship with the DCV dependency; verify minSdk and ABI coverage in your app, and keep model resources intact when enabling shrinking (shrinkResources / R8).

See example/ for a minimal app exercising this implementation.

1
likes
160
points
70
downloads

Documentation

API reference

Publisher

verified publisheryushulx.me

Weekly Downloads

Android implementation of flutter_capture_vision, bridging Dynamsoft Capture Vision for barcode, MRZ, and document boundary detection.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_capture_vision_platform_interface

More

Packages that depend on flutter_capture_vision_android

Packages that implement flutter_capture_vision_android