Best android open-source packages and libraries.

Scanbot sdk example flutter

Integrate the Flutter Document Scanner SDK from Scanbot SDK into your project
Updated 3 months ago

Scanbot Barcode & Document Scanning Example App for Flutter

This example app shows how to integrate the Scanbot Barcode Scanner SDK, Scanbot Document Scanner SDK, and Scanbot Data Capture SDK for Flutter.

What is the Scanbot SDK?

The Scanbot SDK lets you integrate barcode & document scanning, as well as data extraction functionalities, into your mobile apps and website. It contains different modules that are licensable for an annual fixed price. For more details, visit our website https://scanbot.io.

Trial License

The Scanbot SDK will run without a license for one minute per session!

After the trial period has expired, all SDK functions and UI components will stop working. You have to restart the app to get another one-minute trial period.

To test the Scanbot SDK without crashing, you can get a free “no-strings-attached” trial license. Please submit the Trial License Form on our website.

Free Developer Support

We provide free "no-strings-attached" developer support for the implementation & testing of the Scanbot SDK. If you encounter technical issues with integrating the Scanbot SDK or need advice on choosing the appropriate framework or features, please visit our Support Page.

Documentation

👉 Scanbot SDK documentation

How to run this app

Install Flutter and all required dev tools.

Fetch this repository and navigate to the project directory.

cd scanbot-sdk-example-flutter/

Fetch and install the dependencies of this example project via Flutter CLI:

flutter pub get

Connect a mobile device via USB and run the app.

Android:

flutter run -d <DEVICE_ID>

You can get the IDs of all connected devices via flutter devices.

iOS:

Install Pods dependencies:

chmod +x clean-ios.sh
./clean-ios.sh

Open the workspace(!) ios/Runner.xcworkspace in Xcode and adjust the Signing / Developer Account settings. Then build and run the app in Xcode.