capturesdk 1.2.105
capturesdk: ^1.2.105 copied to clipboard
The official Flutter CaptureSDK by Socket Mobile. It supports all current Socket Mobile’s barcode and NFC Reader scanning solutions.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add capturesdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
capturesdk: ^1.2.105Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:capturesdk/capturesdk.dart';