Install the SDK on Flutter

Available on: Flutter

This guide will teach you how to get started with the Genius Scan SDK for Flutter.

Package Information

  • pub.dev package: flutter_genius_scan
  • Supported platforms: iOS 13.0+, Android 21+
  • Flutter: 2.0+

Setup

Installation

Add flutter_genius_scan to your pubspec.yaml:

dependencies:
  flutter_genius_scan: ^5.14.0

Then run:

flutter pub get

Android Configuration

Change minSdkVersion to 21 in android/app/build.gradle:

android {
    defaultConfig {
        minSdkVersion 21
    }
}

iOS Configuration

  1. Add the required camera permission to your ios/Runner/Info.plist:
<key>NSCameraUsageDescription</key>
<string>We use the camera to scan documents</string>
  1. Update your ios/Podfile to set the platform version:
platform :ios, '13.0'
  1. Run pod install:
cd ios && pod install

What’s Next?

Next, configure a license key.

Products

Industries

Case Studies

Integration

Company

© 2025 The Grizzly Labs. All rights reserved.