Skip to content

Barcode, QR code scanner example apps for the Scanbot Barcode Scanner SDK for Flutter

Notifications You must be signed in to change notification settings

yeacomono/scanbot-barcode-scanner-sdk-example-flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scanbot Barcode Scanner SDK Flutter Example

This example app shows how to integrate the Scanbot Barcode Scanner SDK Flutter Plugin on Android and iOS.

For more details about the Plugin please see this documentation.

What is Scanbot Barcode Scanner SDK?

The Scanbot Barcode Scanner SDK brings barcode scanning capabilities to your mobile apps. It provides functionality for scanning 1D and 2D barcodes, like EAN, UPC, QR code, Data Matrix, PDF 417, etc. For more details visit our website https://scanbot.io

How to run this app

Install Flutter and all required dev tools.

Fetch this repository and navigate to the project directory.

cd scanbot-barcode-scanner-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:

cd ios/
pod install --repo-update

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

Please note

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

After the trial period has expired all Barcode SDK functions as well as the UI components (like Barcode Scanner UI) will stop working. You have to restart the app to get another trial period.

To get an unrestricted, "no-strings-attached" 30 day trial license, please submit the Trial License Form on our website.

About

Barcode, QR code scanner example apps for the Scanbot Barcode Scanner SDK for Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 88.9%
  • Ruby 5.8%
  • Kotlin 3.2%
  • Swift 1.9%
  • Objective-C 0.2%