Welcome to Capture Flutter SDK Documentation

The Capture SDK eases the communication between your application and a Socket Mobile barcode scanner or NFC/RFID wireless Reader/Writer.

The Capture API provides a basic set of methods and callbacks to manage one or more Socket Mobile devices.

The Capture SDK for Flutter development is mainly a wrapper around Capture Flutter SDK.

If you want an overall presentation, you can jump to Getting Started with Flutter CaptureSDK which describes the connection process, and the way Capture interacts with your application and how to install this Flutter package in your development environment.

# Devices compatibility and CaptureSDK versions

Devices | <= 1.2 | 1.3 | 1.4 | 1.5 |
:——————————————–: | :—-: | :-: | :—–: | :—–: |
SocketCam C860 | ❌ | ❌ | ✅ | ✅ |
SocketCam C820 | ❌ | ❌ | ✅ | ✅ |
S720/D720/S820 | ❌ | ✅ | ✅ | ✅ |
D600, S550, and all other barcode scanners | ✅ | ✅ | ✅ | ✅ |
S370 | ❌ | ❌ | ✅ | ✅ |
DW930/XS930 and DW940/XS940 | ❌ | ❌ | ❌ | ✅ |
S320 | ❌ | ❌ | ❌ | ✅ |

Contents