Demo App Try the fastest and most reliable Barcode Scanner SDK!

Download

Flutter Barcode Scanner SDK

Mobile Data Capture for Flutter Framework

Key Requirements

flutter logo

Mobile Platform

  • Android 5.0 (API Level 21) and higher
  • iOS 11 or higher‍

Devices

  • Rear-facing camera with autofocus

‍Architecture

  • Android: armeabi-v7, arm64-v8a, x86, x86_64
  • iOS: arm64, armv7, x86_64

Development Tool

  • Latest Flutter SDK

Distribution Channels

  • Flutter Pub.dev

Specific Notes for iOS Development

  • macOS with the latest Xcode and Command Line Tools

Disclaimer

  • This Plugin does not work on other platforms such as Windows Phone, Desktop or Web Apps.
  • This Plugin does not work in Flutter Hummingbird and macOS versions.

Test the Scanbot SDK in our Barcode Scanning Demo App

QR Code Barcode Scanner SDK for Scanbot SDK

Why Scanbot SDK?

Barcode accuracy

Fast & reliable

The Scanbot Barcode Scanner scans barcodes fast and reliably, creating a flawless scanning experience

Create a prototype in hours

You can create a first prototype in just a few hours with our detailed documentation and testing projects

Slack icon

Developer support via Slack/Teams

Our developers will help you solve any problems you may encounter

100% offline

The Scanbot SDK uses on-device intelligence only, making the solution GDPR & CCPA/CAAP compliant

Smoothly integrate the Flutter Scanner into your mobile app

Integration of the Flutter Barcode Scanner SDK takes just one day with our customizable ready-to-use UI components. Enable your mobile app to extract data from all standard 1D and 2D barcode types using our GDPR- and CCPA-compliant software components. Reliable detection within 0.2 seconds, even with poor scan angles and lighting.

Getting Started with Scanbot Flutter Barcode Scanner

Scanbot Flutter Barcode Scanner SDK is available as a Flutter package on pub.dev. You can easily integrate Scanbot Flutter Barcode Scanner in your app:

var result = await
ScanbotBarcodeSdk.startBarcodeScanner(configuration);

You can configure the 1D and 2D barcode types that you want to recognize:

var configuration = BarcodeScannerConfiguration(
	    barcodeFormats: [
	      BarcodeFormat.AZTEC,
	      BarcodeFormat.CODABAR,
	      BarcodeFormat.CODE_39,
	      BarcodeFormat.CODE_93,
	      BarcodeFormat.CODE_128,
	      BarcodeFormat.DATA_MATRIX,
	      BarcodeFormat.EAN_8,
	      BarcodeFormat.EAN_13,
	      BarcodeFormat.ITF,
	      BarcodeFormat.PDF_417,
	      BarcodeFormat.QR_CODE,
	      BarcodeFormat.RSS_14,
	      BarcodeFormat.RSS_EXPANDED,
	      BarcodeFormat.UPC_A,
	      BarcodeFormat.UPC_E,
	      BarcodeFormat.MSI_PLESSEY,
	    ],
	  );

Also, you can customize the UI style of your Flutter Barcode Scanner:

var configuration = BarcodeScannerConfiguration(
	    ...
	    topBarBackgroundColor: Colors.redAccent,
	    finderLineColor: Colors.red,
	    cancelButtonTitle: "Cancel",
	    finderTextHint: "Custom hint text...",
	    finderAspectRatio: FinderAspectRatio(width: 300, height: 200),
	    finderLineWidth: 2,
	    ...
	  );

You can check our Flutter documentation for further information on customization and configuration.

Complete example projects

To get off to a flying start, check out our GitHub repository. There, you can find full example project. That demonstrates the integration of all API methods of the Scanbot Flutter Barcode Scanner SDK, such as 1D and 2D barcode scanning, UI customization, and more.

Available on all major platforms