This guide will teach you how to get started with the Genius Scan SDK for Flutter.
Add flutter_genius_scan
to your pubspec.yaml
:
dependencies:
flutter_genius_scan: ^5.14.0
Then run:
flutter pub get
Change minSdkVersion
to 21 in android/app/build.gradle
:
android {
defaultConfig {
minSdkVersion 21
}
}
ios/Runner/Info.plist
:<key>NSCameraUsageDescription</key>
<string>We use the camera to scan documents</string>
ios/Podfile
to set the platform version:platform :ios, '13.0'
cd ios && pod install
Next, configure a license key.
© 2025 The Grizzly Labs. All rights reserved.