{"id":22050125,"url":"https://github.com/icapps/combined_barcode_scanner","last_synced_at":"2025-05-08T23:11:05.880Z","repository":{"id":40689877,"uuid":"444031410","full_name":"icapps/combined_barcode_scanner","owner":"icapps","description":"Combined barcode scanner for flutter","archived":false,"fork":false,"pushed_at":"2025-02-27T14:45:01.000Z","size":351,"stargazers_count":7,"open_issues_count":2,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-31T19:12:22.120Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icapps.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2022-01-03T11:08:08.000Z","updated_at":"2025-02-27T14:45:03.000Z","dependencies_parsed_at":"2024-11-26T09:35:27.120Z","dependency_job_id":null,"html_url":"https://github.com/icapps/combined_barcode_scanner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icapps%2Fcombined_barcode_scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icapps%2Fcombined_barcode_scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icapps%2Fcombined_barcode_scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icapps%2Fcombined_barcode_scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icapps","download_url":"https://codeload.github.com/icapps/combined_barcode_scanner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253160776,"owners_count":21863630,"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":[],"created_at":"2024-11-30T14:17:57.676Z","updated_at":"2025-05-08T23:11:05.861Z","avatar_url":"https://github.com/icapps.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Combined barcode scanner\nThis package contains the basis for creating new barcode scanners that can be combined\ninto a single barcode scanner source.\n\nTo implement a custom scanner, import this package and implement your custom subclass\nof `BarcodeScanner` and `BarcodeScannerController`\n\n## Not found FastBarcodeScanner()\n\nsee https://github.com/icapps/combined_barcode_scanner/issues/8\n\nWe are waiting for a merge in one of the dependencies. While we wait, you can use this \"temporary\" workaround\n\n## Example Usage\n```dart\nBarcodeScannerWidget(\n  controller: _controller,\n  onScan: (code) {\n    print(\"GOT BARCODE =========== ${code.code}\");\n  },\n  configuration: const ScannerConfiguration(\n    enableFormats: {BarcodeFormat.qr},\n    cameraConfiguration: CameraConfiguration(\n      frameRate: 30,\n      mode: BarcodeDetectionMode.continuous,\n      resolution: CameraResolution.medium,\n      type: CameraType.back,\n    ),\n  ),\n  scanners: [FastBarcodeScanner()],\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficapps%2Fcombined_barcode_scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficapps%2Fcombined_barcode_scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficapps%2Fcombined_barcode_scanner/lists"}