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

PlatformWindows

Windows implementation of flutter_capture_vision with vendored Dynamsoft Capture Vision DLLs and full templates, models, and parser resources.

flutter_capture_vision_windows #

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

  • C++ plugin over the DCV desktop SDK (CCaptureVisionRouter), with headers, libraries, and the full resource set (Templates, Models, ParserResources, root .data files) vendored into this package.
  • All channel operations run on a dedicated serial worker thread; the method channel itself never blocks the UI thread.
  • CMake copies the DLLs and resources next to the built executable, so a released app does not depend on a developer machine directory. Verify the bundle contains *.dll, Templates/, Models/, ParserResources/, and the root data files after flutter build windows.
  • Default task → template mapping: barcodeReadBarcodes_Default, mrzReadPassportAndId, documentDetectionDetectDocumentBoundaries_Default. Custom names from imported settings JSON are passed through unchanged.

See example/ for a minimal app exercising this implementation.

1
likes
160
points
68
downloads

Documentation

API reference

Publisher

verified publisheryushulx.me

Weekly Downloads

Windows implementation of flutter_capture_vision with vendored Dynamsoft Capture Vision DLLs and full templates, models, and parser resources.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_capture_vision_platform_interface

More

Packages that depend on flutter_capture_vision_windows

Packages that implement flutter_capture_vision_windows