This repository contains multiple samples that show you how use the Dynamsoft Capture Vision Flutter SDK.
- Latest Flutter SDK
- For Android apps: Android SDK (API Level 21+), platforms and developer tools
- For iOS apps: iOS 13+, macOS with latest Xcode and command line tools
- Android 5.0 (API Level 21) and higher
- iOS 13 and higher
Sample Name | Description |
---|---|
ScanMRZ | This sample illustrates how to scan passport and ID cards from video streaming. |
ScanDocument | This sample illustrates how to detect and deskew document pages from the video stream. |
ScanVIN | This sample illustrates how to Scan the VIN code from a barcode or a text line and extract the vehicle information from video streaming. |
cd ScanMRZ
or
cd ScanDocument
or
cd ScanVIN
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 with 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.
Note
- The license string here grants a time-limited free trial which requires network connection to work.
- You can request a 30-day trial license via the Request a Trial License link.