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

PlatformLinux

Linux implementation of flutter_capture_vision with vendored x64 and arm64 Dynamsoft Capture Vision libraries and full resource sets.

flutter_capture_vision_linux #

Linux 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 x64 and arm64 libraries plus the full resource set (Templates, Models, ParserResources, root .data files) vendored into this package.
  • All channel operations run on a dedicated serial worker thread; replies are posted back through the main GLib context.
  • CMake selects the library matching the target architecture, installs everything under the bundle's lib/ with $ORIGIN rpath, and installs the resource directories next to the executable. After flutter build linux, verify with ldd that bundled libraries resolve from the bundle.
  • Default task → template mapping: barcodeReadBarcodes_Default, mrzReadPassportAndId, documentDetectionDetectDocumentBoundaries_Default. Custom names from imported settings JSON are passed through unchanged.
  • This package carries both architectures; if pub archive size ever exceeds the pub.flutter-io.cn limit, split per-architecture rather than downloading resources at runtime (see docs/release-runbook.md in the workspace).

See example/ for a minimal app exercising this implementation.

1
likes
160
points
54
downloads

Documentation

API reference

Publisher

verified publisheryushulx.me

Weekly Downloads

Linux implementation of flutter_capture_vision with vendored x64 and arm64 Dynamsoft Capture Vision libraries and full resource sets.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_capture_vision_platform_interface

More

Packages that depend on flutter_capture_vision_linux

Packages that implement flutter_capture_vision_linux