{"id":17723852,"url":"https://github.com/adil192/super_nonogram","last_synced_at":"2025-07-08T11:34:55.090Z","repository":{"id":177114037,"uuid":"656426527","full_name":"adil192/super_nonogram","owner":"adil192","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-22T19:49:16.000Z","size":21271,"stargazers_count":9,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-22T21:54:45.842Z","etag":null,"topics":["dart","flutter","nonogram","procedural-generation"],"latest_commit_sha":null,"homepage":"https://supernonogram.adil.hanney.org/","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adil192.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-21T00:04:53.000Z","updated_at":"2024-08-07T06:48:30.450Z","dependencies_parsed_at":"2024-08-07T06:58:36.729Z","dependency_job_id":null,"html_url":"https://github.com/adil192/super_nonogram","commit_stats":null,"previous_names":["adil192/super_nonogram"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adil192%2Fsuper_nonogram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adil192%2Fsuper_nonogram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adil192%2Fsuper_nonogram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adil192%2Fsuper_nonogram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adil192","download_url":"https://codeload.github.com/adil192/super_nonogram/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252964397,"owners_count":21832683,"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":["dart","flutter","nonogram","procedural-generation"],"created_at":"2024-10-25T15:44:12.279Z","updated_at":"2025-07-08T11:34:55.084Z","avatar_url":"https://github.com/adil192.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Super Nonogram\n\n[\u003cimg src='https://github.com/adil192/super_nonogram/blob/main/assets_raw/google-play-badge.png'\n    alt='Get it on Google Play'\n    height=80\u003e][google_play]\n\u0026nbsp;\n[\u003cimg src='https://github.com/adil192/super_nonogram/blob/main/assets_raw/app-store-badge.svg'\n    alt='Download on the App Store'\n    height=80\u003e][app_store]\n\u0026nbsp;\n[\u003cimg src='https://github.com/adil192/super_nonogram/blob/main/assets_raw/pwa-badge.png'\n    alt='Launch as web app'\n    height=80\u003e][web_app]\n\u0026nbsp;\n[\u003cimg src=\"https://github.com/adil192/super_nonogram/blob/main/assets_raw/windows-badge.png\"\n    alt=\"Download for Windows\"\n    height=80\u003e][download_windows]\n\u0026nbsp;\n[\u003cimg src=\"https://github.com/adil192/super_nonogram/blob/main/assets_raw/flathub-badge.svg\"\n    alt=\"Download on Flathub\"\n    height=80\u003e][flathub]\n\u0026nbsp;\n[\u003cimg src=\"https://github.com/adil192/super_nonogram/blob/main/assets_raw/appimage-logo.png\"\n    alt=\"Get it as an AppImage\"\n    height=80\u003e][download_appimage]\n\nThis is a Flutter reimplementation of my [old Nonogram web app](https://adil.hanney.org/nonogram/).\n\nIt automatically generates boards based on your search term\n(images are sourced from [Pixabay](https://pixabay.com/) using the [Pixabay API](https://pixabay.com/api/docs/)).\n\n## Translating\n\n### Extending existing languages\n\nCheck [_missing_translations.json](https://github.com/adil192/super_nonogram/blob/main/lib/i18n/_missing_translations.json)\n   to see if any translations are missing.\n\n1. Use [this link](https://github.com/adil192/super_nonogram/edit/main/lib/i18n/_missing_translations.json)\n   to edit `_missing_translations.json`.\n2. Update your `_missing_translations.json` file with your translations, e.g. updating German (de)\n    ```javascript\n    \"de\": {\n      \"editor\": {\n        \"newerFileFormat\": {\n          \"title\": \"Diese Notiz wurde mit einer neueren Version von Super Nonogram bearbeitet\",\n          \"subtitle\": \"Wenn du diese Notiz bearbeitest, können Daten verloren gehen. Möchtest du die Notiz trotzdem öffnen?\",\n          \"openAnyway\": \"Trotzdem öffnen\",\n          \"cancel\": \"Abbruch\"\n        }\n      }\n    },\n    // ignore the other languages...\n    ```\n3. Open a pull request! I'll do the rest\n\n### Adding a new language\n\n1. Look for your locale code [here](https://saimana.com/list-of-country-locale-code/),\n   e.g. `hi` for Hindi, `fr` for French, `bn` for Bengali, `ar` for Arabic, etc.\n2. Use [this link](https://github.com/adil192/super_nonogram/new/main/lib/i18n/community)\n   to create a new file in `lib/i18n/community/` called `strings_XX.i18n.json`\n   where `XX` is your locale code.\n3. Copy the contents of an existing file like\n   [`lib/i18n/strings.i18n.json`](https://github.com/adil192/super_nonogram/blob/main/lib/i18n/strings.i18n.json)\n   and replace the translations with your own.\n   If you don't know the translation for a string, just delete the line.\n4. Open a pull request!\n\nAlso see [`slang`'s Getting Started](https://pub.dev/packages/slang#getting-started) for more information.\n\n[google_play]: https://play.google.com/store/apps/details?id=com.adilhanney.super_nonogram\n[app_store]: https://apps.apple.com/gb/app/super-nonogram/id6450968056\n[web_app]: https://adil192.github.io/super_nonogram/\n[flathub]: https://flathub.org/apps/details/com.adilhanney.super_nonogram\n[download_windows]: https://github.com/adil192/super_nonogram/releases/download/v0.7.9/SuperNonogramInstaller_v0.7.9.exe\n[download_appimage]: https://github.com/adil192/super_nonogram/releases/download/v0.7.9/SuperNonogram-0.7.9-x86_64.AppImage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadil192%2Fsuper_nonogram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadil192%2Fsuper_nonogram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadil192%2Fsuper_nonogram/lists"}