{"id":17816028,"url":"https://github.com/yushulx/flutter-barcode-mrz-document-scanner","last_synced_at":"2025-03-18T01:31:31.021Z","repository":{"id":177566274,"uuid":"660567466","full_name":"yushulx/flutter-barcode-mrz-document-scanner","owner":"yushulx","description":"Flutter Sample Projects Utilizing Dynamsoft SDKs for Barcode Scanning, MRZ Recognition, and Document Detection","archived":false,"fork":false,"pushed_at":"2025-02-07T07:33:14.000Z","size":7722,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T06:19:19.840Z","etag":null,"topics":["android","barcode","code128","code39","dart","datamatrix","document","flutter","ios","linux","mrz","ocr","pdf417","qrcode","windows"],"latest_commit_sha":null,"homepage":"https://www.dynamsoft.com/","language":null,"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/yushulx.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}},"created_at":"2023-06-30T09:49:35.000Z","updated_at":"2025-02-07T07:31:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"b10e4db0-f8ce-4cf2-aab6-b514847762e2","html_url":"https://github.com/yushulx/flutter-barcode-mrz-document-scanner","commit_stats":null,"previous_names":["yushulx/flutter-barcode-scanner","yushulx/flutter-barcode-qr-code-scanner","yushulx/flutter-barcode-mrz-document-scanner"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yushulx%2Fflutter-barcode-mrz-document-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yushulx%2Fflutter-barcode-mrz-document-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yushulx%2Fflutter-barcode-mrz-document-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yushulx%2Fflutter-barcode-mrz-document-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yushulx","download_url":"https://codeload.github.com/yushulx/flutter-barcode-mrz-document-scanner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243894418,"owners_count":20365027,"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","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":["android","barcode","code128","code39","dart","datamatrix","document","flutter","ios","linux","mrz","ocr","pdf417","qrcode","windows"],"created_at":"2024-10-27T16:29:15.992Z","updated_at":"2025-03-18T01:31:31.016Z","avatar_url":"https://github.com/yushulx.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Examples for Barcode, MRZ and Document Scanning\n\nThis repository contains examples for building **barcode**, **MRZ** and **document** scanning apps with **Flutter** and **Dynamsoft Vision SDKs**.\n\n## Examples\n- [Flutter Camera](examples/flutter_camera) (**Dart**)\n    - Use the [camera](https://pub.dev/packages/camera) plugin (web/iOS/Android) and [flutter_lite_camera](https://pub.dev/packages/flutter_lite_camera) (Windows/Linux/macOS) to display camera preview and retrieve the camera frames. \n    - Use the [flutter_barcode_sdk](https://pub.dev/packages/flutter_barcode_sdk) plugin to decode barcodes from the camera frames.\n    \n    https://github.com/yushulx/flutter-barcode-mrz-document-scanner/assets/2202306/c49620d8-34e2-42f0-bd68-f674c5ef9778    \n\n- [Native Camera](examples/native_camera) (**Dart** and **Kotlin/Swift** for best performance)\n    - Implement the camera preview and barcode detection logic in **Kotlin/Swift**. \n    - Render the app UI in **Dart**.\n \n        \u003cimg src=\"https://www.dynamsoft.com/codepool/img/2024/04/flutter-qr-code-scanner-android-camera.jpg\" width=\"240\"\u003e\n\n- [Dynamsoft Camera](examples/dynamsoft_camera) (**Dart**)\n    - Use the [dynamsoft_capture_vision_flutter](https://pub.dev/packages/dynamsoft_capture_vision_flutter) plugin to display camera preview and decode barcodes.\n        \n    https://github.com/user-attachments/assets/a67e6607-245e-4aea-9cdc-db742de84b4b\n\n- [Pharma Lookup](examples/pharma_lookup/)\n    \n    https://github.com/user-attachments/assets/45a450fe-3c18-479e-8de5-a2ec77bbe2f1\n\n- [Last Mile Delivery](examples/last_mile_delivery/)\n    \n    https://github.com/user-attachments/assets/98c9dfb0-f165-46c2-9f92-d549236f354c\n\n- [Document Scanner](examples/document_scanner/)\n    \n    https://github.com/user-attachments/assets/c6584bbe-0801-4379-a44f-ba982f432f34\n\n- [Wireless Keyboard](examples/wireless_keyboard/)\n    \n    https://github.com/user-attachments/assets/a0600ec0-3244-414f-8aa3-b11e048f8f31\n\n## Try Barcode Reader Online Demo\n[https://yushulx.me/flutter-barcode-mrz-document-scanner/](https://yushulx.me/flutter-barcode-mrz-document-scanner/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyushulx%2Fflutter-barcode-mrz-document-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyushulx%2Fflutter-barcode-mrz-document-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyushulx%2Fflutter-barcode-mrz-document-scanner/lists"}