{"id":32293729,"url":"https://github.com/treeder/jsqr_flutter","last_synced_at":"2026-02-22T01:37:46.638Z","repository":{"id":48869582,"uuid":"306456198","full_name":"treeder/jsqr_flutter","owner":"treeder","description":"jsqr wrapper and widget for flutter web","archived":false,"fork":false,"pushed_at":"2021-07-07T21:25:40.000Z","size":148,"stargazers_count":13,"open_issues_count":3,"forks_count":12,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-01-22T19:56:39.761Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/treeder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-22T20:52:55.000Z","updated_at":"2024-01-22T19:56:39.761Z","dependencies_parsed_at":"2022-09-18T16:02:21.473Z","dependency_job_id":null,"html_url":"https://github.com/treeder/jsqr_flutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/treeder/jsqr_flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeder%2Fjsqr_flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeder%2Fjsqr_flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeder%2Fjsqr_flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeder%2Fjsqr_flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/treeder","download_url":"https://codeload.github.com/treeder/jsqr_flutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treeder%2Fjsqr_flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29703227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"ssl_error","status_checked_at":"2026-02-21T23:35:03.832Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2025-10-23T03:35:47.422Z","updated_at":"2026-02-22T01:37:46.632Z","avatar_url":"https://github.com/treeder.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jsqr_flutter\n\nA QR Code Scanner and image capturing library for Flutter. Uses [jsqr](https://github.com/cozmo/jsQR) under the hood for QR codes.\n\nNOTE: Flutter web only.\n\n## Usage\n\nAdd this to `web/index.html`:\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/jsqr@1.3.1/dist/jsQR.min.js\"\u003e\u003c/script\u003e\n```\n\nAdd this to pubspec:\n\n```\njsqr: ^0.1.1\n```\n\n## Scanning for QR codes\n\nExample code:\n\n```dart\nvar code = await showDialog(\n        context: context,\n        builder: (BuildContext context) {\n          var height = MediaQuery.of(context).size.height;\n          var width = MediaQuery.of(context).size.width;\n          return AlertDialog(\n            insetPadding: EdgeInsets.all(5),\n            shape: RoundedRectangleBorder(\n                borderRadius: BorderRadius.all(Radius.circular(10.0))),\n            title: const Text('Scan QR Code'),\n            content: Container(\n                // height: height - 20,\n                width: width - 6,\n                child: Scanner()),\n          );\n        });\n```\n\nThe `code` var will contain the data contained in the QR code. \n\nSee [/example](/example) for full example and usage. \n\n## Image Capture\n\nYou can also capture an image too by passing in `clickToCapture: true`, see [/example](/example) for how to use it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreeder%2Fjsqr_flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftreeder%2Fjsqr_flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreeder%2Fjsqr_flutter/lists"}