{"id":32269268,"url":"https://github.com/ihunterx/barcode_generator","last_synced_at":"2026-02-23T19:01:46.249Z","repository":{"id":56826468,"uuid":"182971298","full_name":"iHunterX/barcode_generator","owner":"iHunterX","description":"A flutter package for barcode generator base on ZXing support multiple fortmats with PlatformView","archived":false,"fork":false,"pushed_at":"2020-04-29T08:19:17.000Z","size":3464,"stargazers_count":5,"open_issues_count":6,"forks_count":16,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-17T04:23:44.375Z","etag":null,"topics":["barcode-generator","dart","flutter-package","mobile-app","zxing-qrcode"],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/barcode_generator","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iHunterX.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}},"created_at":"2019-04-23T08:36:55.000Z","updated_at":"2020-04-27T16:38:47.000Z","dependencies_parsed_at":"2022-09-20T22:44:33.209Z","dependency_job_id":null,"html_url":"https://github.com/iHunterX/barcode_generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iHunterX/barcode_generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iHunterX%2Fbarcode_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iHunterX%2Fbarcode_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iHunterX%2Fbarcode_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iHunterX%2Fbarcode_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iHunterX","download_url":"https://codeload.github.com/iHunterX/barcode_generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iHunterX%2Fbarcode_generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29751707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"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":["barcode-generator","dart","flutter-package","mobile-app","zxing-qrcode"],"created_at":"2025-10-22T22:23:13.610Z","updated_at":"2026-02-23T19:01:46.243Z","avatar_url":"https://github.com/iHunterX.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# barcode_generator\n\nBarcode generator base on ZXing support multiple fortmats with PlatformView\n\n_Note_: This plugin is still under development, and some APIs might not be available yet. [Feedback welcome](https://github.com/iHunterX/barcode_generator/issues) and [Pull Requests](https://github.com/iHunterX/barcode_generator/pulls) are most welcome!\n\n## Getting Started\n\nCheck out the example directory for a sample app using Barcode generator.\n\n```dart\nBarcodeGenerator(\n                witdth: 300,\n                height: 200,\n                backgroundColor: Colors.red,\n                fromString: \"xxxxxxxx\",\n                codeType: BarCodeType.kBarcodeFormatCode128,\n              )\n```\n\n## iOS Integration\n\nOpt-in to the embedded views preview by adding a boolean property to the app's `Info.plist` file with the key `io.flutter.embedded_views_preview` and the value `YES`.\n\n```xml\n\u003ckey\u003eio.flutter.embedded_views_preview\u003c/key\u003e\n    \u003ctrue/\u003e\n```\n\nIf you are getting error like this:\n\nTo opt into those targets generating module maps (which is necessary to import them from Swift when building as static libraries), you may set `use_modular_headers!` globally in your Podfile, or specify `:modular_headers =\u003e true` for particular dependencies.\n\nMake sure you followed those steps:\n\nCreate a Bridging Header. If you've created the project using `flutter create -i swift [projectName]` you are all set. If not, you can enable Swift support by opening the project with XCode, then choose `File -\u003e New -\u003e File -\u003e Swift File.` XCode will ask you if you wish to create Bridging Header, click yes.\n\nMake sure you have `!use_frameworks` in the `Runner` block, in `ios/Podfile`\n\nDo `flutter clean`\n\nGo to your ios folder, delete `Podfile.lock` and Pods folder and then execute `pod install --repo-update`\n\n### Features\n\n- [x] Generate barcode with multiple formats\n- [x] Supports adjusting the image's dimensions\n- [x] No internet connection required\n- [ ] Scanning barcode\n\n## Supported Formats\n\n1D product | 1D industrial | 2D\n:--------- | :------------ | :-------------\nUPC-A      | Code 39       | QR Code\nUPC-E      | Code 93       | Data Matrix\nEAN-8      | Code 128      | Aztec (beta)\nEAN-13     | Codabar       | PDF 417 (beta)\n           | ITF           | MaxiCode\n           |               | RSS-14\n           |               | RSS-Expanded\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihunterx%2Fbarcode_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fihunterx%2Fbarcode_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihunterx%2Fbarcode_generator/lists"}