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

PlatformiOS

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

flutter_capture_vision_ios #

iOS 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 #

  • Swift plugin bridging to the Dynamsoft Capture Vision CocoaPods bundle (DynamsoftCaptureVisionBundle).
  • All SDK work is confined to a serial worker queue; results are delivered back on the main queue. License verification is asynchronous and completes the initialize call.
  • Default task → template mapping: barcodeReadBarcodes_Default, mrzReadPassportAndId, documentDetectionDetectDocumentBoundaries_Default. Custom template names from imported settings JSON are passed through unchanged.
  • The podspec declares the minimum iOS version and required pods; models and parser resources arrive with the pod. No license key is embedded — pass it to FlutterCaptureVision.initialize.
  • Verify on both device and simulator architectures before release.

See example/ for a minimal app exercising this implementation.

1
likes
150
points
71
downloads

Documentation

API reference

Publisher

verified publisheryushulx.me

Weekly Downloads

iOS 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_ios

Packages that implement flutter_capture_vision_ios