{"id":18696308,"url":"https://github.com/dynamsoft/capture-vision-flutter-samples","last_synced_at":"2026-01-11T04:37:01.403Z","repository":{"id":43018254,"uuid":"489544305","full_name":"Dynamsoft/capture-vision-flutter-samples","owner":"Dynamsoft","description":"Dynamsoft Capture Vision Flutter SDK Samples","archived":false,"fork":false,"pushed_at":"2025-12-18T03:09:07.000Z","size":2702,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-21T12:59:42.072Z","etag":null,"topics":["1d-barcode","barcode","dart","datamatrix","document-detection","document-scanner","flutter","label-recognition","linear-barcode","mrz-scanner","pdf417","qrcode","vin-scanner"],"latest_commit_sha":null,"homepage":"https://www.dynamsoft.com/capture-vision/docs/introduction/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dynamsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-07T02:13:11.000Z","updated_at":"2025-12-18T03:09:11.000Z","dependencies_parsed_at":"2023-02-09T10:16:45.173Z","dependency_job_id":"4a865a37-d06e-418b-aee2-64aa09461ba0","html_url":"https://github.com/Dynamsoft/capture-vision-flutter-samples","commit_stats":{"total_commits":37,"total_committers":9,"mean_commits":4.111111111111111,"dds":0.5945945945945945,"last_synced_commit":"075b63205fb18dd0dc14078bf9a19aff817c5e22"},"previous_names":["dynamsoft/capture-vision-flutter"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Dynamsoft/capture-vision-flutter-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fcapture-vision-flutter-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fcapture-vision-flutter-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fcapture-vision-flutter-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fcapture-vision-flutter-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dynamsoft","download_url":"https://codeload.github.com/Dynamsoft/capture-vision-flutter-samples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fcapture-vision-flutter-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28284964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T03:48:11.750Z","status":"ssl_error","status_checked_at":"2026-01-11T03:48:02.765Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["1d-barcode","barcode","dart","datamatrix","document-detection","document-scanner","flutter","label-recognition","linear-barcode","mrz-scanner","pdf417","qrcode","vin-scanner"],"created_at":"2024-11-07T11:18:01.886Z","updated_at":"2026-01-11T04:37:01.398Z","avatar_url":"https://github.com/Dynamsoft.png","language":"Dart","readme":"# Dynamsoft Capture Vision Flutter Samples\n\nThis repository contains multiple samples that show you how use the Dynamsoft Capture Vision Flutter SDK.\n\n## Requirements\n\n### Dev tools\n\n* Latest [Flutter SDK](https://flutter.dev/)\n* For Android apps: Android SDK (API Level 21+), platforms and developer tools\n* For iOS apps: iOS 13+, macOS with latest Xcode and command line tools\n\n### Mobile platforms\n\n* Android 5.0 (API Level 21) and higher\n* iOS 13 and higher\n\n## Integration Guide For Your Project\n\n- [MRZ Scanner Integration Guide](./guide-scan-mrz.md)\n- [Document Scanner Integration Guide](./guide-scan-document.md)\n- [VIN Scanner Integration Guide](./guide-scan-vin.md)\n\n## API Reference\n\n- [MRZ Scanner API Reference](https://pub.dev/documentation/dynamsoft_mrz_scanner_bundle_flutter/latest/)\n- [Capture Vision API Reference](https://pub.dev/documentation/dynamsoft_capture_vision_flutter/latest/)\n\n## Samples\n\n| Sample Name                  | Description                                                                                                                              |\n|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|\n| [ScanMRZ](ScanMRZ)           | This sample illustrates how to scan passport and ID cards from video streaming.                                                          |\n| [ScanDocument](ScanDocument) | This sample illustrates how to detect and deskew document pages from the video stream.                                                   |\n| [ScanVIN](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. |\n\n## How to build and run a sample\n\n### Step 1: Enter a sample folder that you want to try\n\n```bash\ncd ScanMRZ\n```\nor\n```bash\ncd ScanDocument\n```\nor\n```bash\ncd ScanVIN\n```\n\n### Step 2: Fetch and install the dependencies of this example project via Flutter CLI:\n\n```\nflutter pub get\n```\n\nConnect a mobile device via USB and run the app.\n\n### Step 3: Start your application\n\n**Android:**\n\n```\nflutter run -d \u003cDEVICE_ID\u003e\n```\n\nYou can get the IDs of all connected devices with `flutter devices`.\n\n**iOS:**\n\nInstall Pods dependencies:\n\n```\ncd ios/\npod install --repo-update\n```\n\nOpen the **workspace**(!) `ios/Runner.xcworkspace` in Xcode and adjust the *Signing / Developer Account* settings. Then, build and run the app in Xcode.\n\n\u003e [!NOTE]\n\u003e- The license string here grants a time-limited free trial which requires network connection to work.\n\u003e- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dcv\u0026utm_source=guide\u0026package=mobile) link.\n\n## Support\n\nhttps://www.dynamsoft.com/company/contact/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamsoft%2Fcapture-vision-flutter-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynamsoft%2Fcapture-vision-flutter-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamsoft%2Fcapture-vision-flutter-samples/lists"}