{"id":15469527,"url":"https://github.com/piedcipher/and_game","last_synced_at":"2026-05-06T07:32:23.199Z","repository":{"id":56825963,"uuid":"408843001","full_name":"piedcipher/and_game","owner":"piedcipher","description":":end: A dart package to append either `\u0026` or `and` at the end of a List.","archived":false,"fork":false,"pushed_at":"2021-09-21T23:37:58.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-04-23T04:14:12.980Z","etag":null,"topics":["dart","flutter"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/and_game","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/piedcipher.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":"2021-09-21T14:01:32.000Z","updated_at":"2025-04-06T21:25:21.000Z","dependencies_parsed_at":"2022-09-13T08:12:24.932Z","dependency_job_id":null,"html_url":"https://github.com/piedcipher/and_game","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/piedcipher/and_game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piedcipher%2Fand_game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piedcipher%2Fand_game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piedcipher%2Fand_game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piedcipher%2Fand_game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piedcipher","download_url":"https://codeload.github.com/piedcipher/and_game/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piedcipher%2Fand_game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32683783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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":["dart","flutter"],"created_at":"2024-10-02T02:00:47.893Z","updated_at":"2026-05-06T07:32:23.168Z","avatar_url":"https://github.com/piedcipher.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# And Game\n\nA dart package to append either `\u0026` or `and` at the end of a List.\n\n## Features\n\n- Appends `\u0026` or `and` at the end of the list.\n- Available as method or extension.\n- Both dart \u0026 flutter projects are supported.\n\n## Getting started\n\nAdd it under `dependencies` to pubspec.yaml to use it.\n\n## Usage\n\n```dart\nimport 'package:and_game/and_game.dart';\n\nvoid main() {\n  final input = ['Jalebi', 'Fafda', 'Dhokla'];\n\n  // using method\n  print(\n    AndGame.parse(\n      input,\n      andGameSymbol: AndGameSymbol.ampersand,\n    ),\n  ); // Jalebi, Fafda, \u0026 Dhokla\n  print(\n    AndGame.parse(\n      input,\n      andGameSymbol: AndGameSymbol.and,\n    ),\n  ); // Jalebi, Fafda, and Dhokla\n  print(AndGame.parse(input)); // Jalebi, Fafda, and Dhokla\n\n  // using extension\n  print(\n    input.andGameParse(\n      andGameSymbol: AndGameSymbol.ampersand,\n    ),\n  ); // Jalebi, Fafda, \u0026 Dhokla\n  print(\n    input.andGameParse(\n      andGameSymbol: AndGameSymbol.and,\n    ),\n  ); // Jalebi, Fafda, and Dhokla\n  print(input.andGameParse()); // Jalebi, Fafda, and Dhokla\n}\n```\n\n## Additional information\n\nInspired by [and-game](https://twitter.com/apoorv_taneja/status/1440030799579938821?s=20) created by [Apoorv Taneja](https://github.com/plxity). Enjoy :P\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiedcipher%2Fand_game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiedcipher%2Fand_game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiedcipher%2Fand_game/lists"}