{"id":30954807,"url":"https://github.com/dynamsoft/barcode-reader-flutter-samples","last_synced_at":"2025-09-11T11:13:44.087Z","repository":{"id":312043391,"uuid":"1045517681","full_name":"Dynamsoft/barcode-reader-flutter-samples","owner":"Dynamsoft","description":"Samples for Dynamsoft Barcode Reader Flutter edition","archived":false,"fork":false,"pushed_at":"2025-08-28T09:10:32.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-28T13:08:40.323Z","etag":null,"topics":["barcode-reader","barcode-scanner","code128","code39","datamatrix","driver-license","ean13","ean8","gs1","linear-barcodes","pdf417","qr","qrcode","upc-a","upc-e"],"latest_commit_sha":null,"homepage":"","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}},"created_at":"2025-08-27T09:50:32.000Z","updated_at":"2025-08-28T09:09:40.000Z","dependencies_parsed_at":"2025-08-28T13:08:58.809Z","dependency_job_id":"8f0fb025-dfef-4b84-87cd-30605125f6e0","html_url":"https://github.com/Dynamsoft/barcode-reader-flutter-samples","commit_stats":null,"previous_names":["dynamsoft/barcode-reader-flutter-samples"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Dynamsoft/barcode-reader-flutter-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fbarcode-reader-flutter-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fbarcode-reader-flutter-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fbarcode-reader-flutter-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fbarcode-reader-flutter-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dynamsoft","download_url":"https://codeload.github.com/Dynamsoft/barcode-reader-flutter-samples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fbarcode-reader-flutter-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274624046,"owners_count":25319700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["barcode-reader","barcode-scanner","code128","code39","datamatrix","driver-license","ean13","ean8","gs1","linear-barcodes","pdf417","qr","qrcode","upc-a","upc-e"],"created_at":"2025-09-11T11:13:39.218Z","updated_at":"2025-09-11T11:13:44.080Z","avatar_url":"https://github.com/Dynamsoft.png","language":"Dart","readme":"# Dynamsoft Barcode Reader Flutter Samples\n\nThis repository contains multiple samples that show you how use the Dynamsoft Barcode Reader 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- [Guide for Scanning Barcodes with Ready-to-use Component](./guide-scan-barcodes-ready-to-use-component.md)\n- [Guide for Scanning Barcodes with Foundational APIs](./guide-scan-barcodes-foundational-api.md)\n- [Guide for Scanning Drivers' License](./guide-scan-drivers-license.md)\n\n## Samples\n\n| Sample Name                                                          | Description                                                                                                         |\n|----------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|\n| [ScanBarcodes_ReadyToUseComponent](ScanBarcodes_ReadyToUseComponent) | This sample illustrates the simplest way of using `Barcode Scanner API` to recognize barcodes from video streaming. |\n| [ScanBarcodes_FoundationalAPI](ScanBarcodes_FoundationalAPI)         | This sample illustrates the simplest way of using Foundational API to recognize barcodes from video streaming.      |\n| [ScanDriversLicense](ScanDriversLicense)                             | This sample illustrates how to scan drivers' license 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 ScanBarcodes_ReadyToUseComponent\n```\n\nor\n\n```bash\ncd ScanBarcodes_FoundationalAPI\n ```\n\nor\n\n```bash\ncd ScanDriversLicense\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\n   the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr\u0026utm_source=guide\u0026package=mobile) link.\n\n## License\n\n- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr\u0026utm_source=github\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%2Fbarcode-reader-flutter-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynamsoft%2Fbarcode-reader-flutter-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamsoft%2Fbarcode-reader-flutter-samples/lists"}