{"id":21599450,"url":"https://github.com/abichinger/nonogram_dart","last_synced_at":"2025-07-06T23:06:30.732Z","repository":{"id":116247355,"uuid":"604160553","full_name":"abichinger/nonogram_dart","owner":"abichinger","description":"nonogram solver written in dart","archived":false,"fork":false,"pushed_at":"2024-03-19T12:31:21.000Z","size":72,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T11:49:15.764Z","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/abichinger.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":"2023-02-20T13:13:56.000Z","updated_at":"2024-10-03T14:52:54.000Z","dependencies_parsed_at":"2025-03-18T11:52:16.074Z","dependency_job_id":null,"html_url":"https://github.com/abichinger/nonogram_dart","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/abichinger/nonogram_dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abichinger%2Fnonogram_dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abichinger%2Fnonogram_dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abichinger%2Fnonogram_dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abichinger%2Fnonogram_dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abichinger","download_url":"https://codeload.github.com/abichinger/nonogram_dart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abichinger%2Fnonogram_dart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263986223,"owners_count":23539809,"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-24T18:15:25.145Z","updated_at":"2025-07-06T23:06:30.716Z","avatar_url":"https://github.com/abichinger.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nThis README describes the package. If you publish this package to pub.dev,\nthis README's contents appear on the landing page for your package.\n\nFor information about how to write a good package README, see the guide for\n[writing package pages](https://dart.dev/guides/libraries/writing-package-pages).\n\nFor general information about developing packages, see the Dart guide for\n[creating packages](https://dart.dev/guides/libraries/create-library-packages)\nand the Flutter guide for\n[developing packages and plugins](https://flutter.dev/developing-packages).\n--\u003e\n\nA nonogram solver written in Dart.\n\nYou can see the library in action at [nonobattle.com](https://www.nonobattle.com) | [Google Play](https://play.google.com/store/apps/details?id=com.nonobattle\u0026referrer=utm_source%3Dpub.dev%26utm_medium%3Dpackage)\n\n## Features\n\n- solve nonograms\n- generate nonograms\n- check if a nonogram is line solveable\n- solve nonogram step by step\n\nTODO:\n\n- improve generator\n- improve performance of solver\n\n## Usage\n\n### generate a 5x5 nonogram\n\n```dart\nfinal nonogram = Generator.monochrome(5, 5);\n```\n\n### solve nonogram\n\n```dart\nfinal nonogram = Generator.monochrome(5, 5);\nfinal solver = GuessingSolver.empty(nonogram);\nfinal solutions = solver.toList();\n```\n\n### check if nonogram is line solveable\n\n\u003e no guessing or backtracking is required\n\n```dart\nfinal isLineSolveable = nonogram.isLineSolveable();\n```\n\n## Additional information\n\nNonograms are also know as Hanjie, Paint by Numbers, Picross, Griddlers, and Pic-a-Pix.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabichinger%2Fnonogram_dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabichinger%2Fnonogram_dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabichinger%2Fnonogram_dart/lists"}