| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains multiple samples that show you how use the Dynamsoft Capture Vision Flutter SDK.
| Sample Name | Description |
|---|---|
| ScanDocument | This sample illustrates how to detect and deskew document pages from the video stream. |
cd ScanDocumentflutter 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
| Back | FazBrowse Home | New Git URL |