{"id":20082197,"url":"https://github.com/exercism/dart","last_synced_at":"2025-05-07T17:44:56.399Z","repository":{"id":22307198,"uuid":"95892525","full_name":"exercism/dart","owner":"exercism","description":"Exercism exercises in Dart.","archived":false,"fork":false,"pushed_at":"2025-04-22T17:50:49.000Z","size":1186,"stargazers_count":58,"open_issues_count":25,"forks_count":100,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-29T08:25:25.831Z","etag":null,"topics":["community-contributions-paused","exercism-track","maintained"],"latest_commit_sha":null,"homepage":"https://exercism.org/tracks/dart","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/exercism.png","metadata":{"funding":{"github":["exercism"],"custom":["https://exercism.org/donate"]},"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-06-30T13:47:50.000Z","updated_at":"2025-04-22T17:50:53.000Z","dependencies_parsed_at":"2023-01-13T21:57:02.262Z","dependency_job_id":"968724c9-ad1e-449e-9896-bd3e2250ebbb","html_url":"https://github.com/exercism/dart","commit_stats":{"total_commits":671,"total_committers":53,"mean_commits":"12.660377358490566","dds":0.8509687034277198,"last_synced_commit":"07c5eaaae63a34b7c4d1065555d32a793caa7400"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fdart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fdart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fdart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exercism%2Fdart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exercism","download_url":"https://codeload.github.com/exercism/dart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252928764,"owners_count":21826747,"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":["community-contributions-paused","exercism-track","maintained"],"created_at":"2024-11-13T15:42:21.907Z","updated_at":"2025-05-07T17:44:56.379Z","avatar_url":"https://github.com/exercism.png","language":"Dart","readme":"# Exercism Dart Track\n\n[![Test](https://github.com/exercism/dart/actions/workflows/test.yml/badge.svg)](https://github.com/exercism/dart/actions/workflows/test.yml)\n\nExercism exercises in Dart.\n\n## Requirements\n\n* Dart 2.0.0 or higher\n\n## Setup\n\nThe simplest way to install Dart can be [found here](docs/INSTALLATION.md).\n\nClone the repo and run `dart pub get` to download all the dependencies for this project.\n\nTo run all the tests execute: `dart test`\nTo run the tests for a single exercise, execute `EXERCISE=slug dart test`.\n\nTo create a new exercise, use the executable in the tool directory: `dart bin/create_exercise.dart`\n\n## Exercise Tests\n\nAt the most basic level, Exercism is all about the tests. They drive the user's implementation forward and tell them when the exercise is complete.\n\nThe utmost care and attention should be used when adding or making changes to the tests for an exercise. When implementing an exercise test suite, we want to provide a good user experience for the people writing a solution to the exercise. People should not be confused or overwhelmed.\n\nWe simulate Test-Driven Development (TDD) by implementing the tests in order of increasing complexity. We try to ensure that each test either\n\n- helps triangulate a solution to be more generic, or\n- requires new functionality incrementally.\n\nTest files should use the following format:\n\n```dart\n  test(\"says hello world with no name\", () {\n    final String result = helloWorld.hello();\n    expect(result, equals(\"Hello, World!\"));\n  }, skip: false);\n```\n\n## Contributing\n\nThank you so much for contributing! :tada:\n\nWe welcome pull requests of all kinds. No contribution is too small.\n\nWe encourage contributions that provide fixes and improvements to existing exercises. Please note that this track's exercises must conform to the standards determined in the [exercism/problem-specifications](https://github.com/exercism/problem-specifications) repo. Changes to the tests or documentation of a common exercise will often warrant a PR in that repo before it can be incorporated into this track's exercises. If you're unsure, then go ahead and open a GitHub issue, and we'll discuss the change.\n\nPlease read our [Contribution guidelines](CONTRIBUTING.md) on how to help this track!\n","funding_links":["https://github.com/sponsors/exercism","https://exercism.org/donate"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexercism%2Fdart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexercism%2Fdart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexercism%2Fdart/lists"}