Skip to main content

Installation | Flutter Document Scanner

The Scanbot SDK Flutter Plugin is available on pub.dev as the scanbot_sdk package. Follow the steps below to add it to your Flutter project.

Add the package

Include the scanbot_sdk package in your pubspec.yaml file under dependencies:

dependencies:
scanbot_sdk: ^8.0.0 # Use the latest version

Get the latest version from the Changelog.

Then, fetch and install the packages using the Flutter CLI or your IDE:

$ flutter pub get

Want to scan longer than one minute?

Generate a free trial license to test the Scanbot SDK thoroughly.

Get free trial license

On this page