scanbot_sdk 2.10.0-beta3 copy "scanbot_sdk: ^2.10.0-beta3" to clipboard
scanbot_sdk: ^2.10.0-beta3 copied to clipboard

Flutter plugin of the Scanbot Scanner SDK for Android and iOS. Provides functionality like Document Scanning, QR and Barcode Scanning, PDF Creation, TIFF, OCR, etc.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add scanbot_sdk

With Flutter:

 $ flutter pub add scanbot_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  scanbot_sdk: ^2.10.0-beta3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:scanbot_sdk/scanbot_sdk.dart';
76
likes
0
pub points
84%
popularity

Publisher

verified publisherscanbot.io

Flutter plugin of the Scanbot Scanner SDK for Android and iOS. Provides functionality like Document Scanning, QR and Barcode Scanning, PDF Creation, TIFF, OCR, etc.

Homepage

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter, json_annotation, logging

More

Packages that depend on scanbot_sdk