{"id":20436260,"url":"https://github.com/tejainece/chess_for_dart","last_synced_at":"2026-04-22T05:34:32.694Z","repository":{"id":75905451,"uuid":"459418096","full_name":"tejainece/chess_for_dart","owner":"tejainece","description":"Chess format parser, legal move generation and game state detection library for Dart","archived":false,"fork":false,"pushed_at":"2024-07-24T23:01:53.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T06:44:00.260Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tejainece.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2022-02-15T03:48:46.000Z","updated_at":"2024-07-24T23:01:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"280c5f8d-5975-4228-a8bf-ce6e8ce8c318","html_url":"https://github.com/tejainece/chess_for_dart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tejainece/chess_for_dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejainece%2Fchess_for_dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejainece%2Fchess_for_dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejainece%2Fchess_for_dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejainece%2Fchess_for_dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tejainece","download_url":"https://codeload.github.com/tejainece/chess_for_dart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejainece%2Fchess_for_dart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32122773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-15T08:40:24.603Z","updated_at":"2026-04-22T05:34:32.676Z","avatar_url":"https://github.com/tejainece.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chess for Dart\n\nChess format parser, legal move generation and game state detection library for Dart\n\n# Features\n\n+ FEN and PGN encoding and decoding\n+ Legal move generation\n\n# Parse FEN\n\n```dart\nimport 'package:chess_for_dart/chess_for_dart.dart';\n\nvoid main() {\n    final fen = FEN.parse('rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1');\n    print(fen.encode());\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejainece%2Fchess_for_dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftejainece%2Fchess_for_dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejainece%2Fchess_for_dart/lists"}