dart icon indicating copy to clipboard operation
dart copied to clipboard

Exercism exercises in Dart.

Results 34 dart issues
Sort by recently updated
recently updated
newest added

Each Concept will have to define a _blurb_, which is a short description of the exercise. In an earlier PR, a placeholder blurb has been added to the .meta/config.json file...

x:action/improve
x:knowledge/elementary
x:module/concept-exercise
x:type/content
x:size/medium

In Exercism v3, we're introducing a new (optional) tool: the [representer](https://github.com/exercism/docs/blob/main/building/tooling/representers/README.md). The goal of the representer is to take a solution and returning a representation, which is an extraction of...

x:action/create
x:knowledge/advanced
x:module/representer
x:type/coding
x:size/massive

In Exercism v3, we are making increased use of our v2 [analyzers](https://github.com/exercism/docs/blob/main/building/tooling/analyzers/README.md). Analyzers automatically assess student's submissions and provide mentor-style commentary. They can be used to catch common mistakes and/or...

x:action/create
x:knowledge/advanced
x:module/analyzer
x:type/coding
x:size/massive

_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ There are several new features in Exercism v3 for tracks to...

v3
x:action/improve
x:knowledge/elementary
x:type/content
x:size/tiny

_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ In Exercism v3, each track must specify exactly six "key features"....

v3
x:action/create
x:knowledge/none
x:type/content
x:size/small

_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ Exercism v3 introduces a new type of exercise: [Concept Exercises](https://github.com/exercism/v3-docs/blob/main/product/concept-exercises.md). All...

v3
x:action/improve
x:knowledge/intermediate
x:module/practice-exercise
x:type/content
x:size/large

In the beginning of v3 development, Concept Exercises were named after their Concepts. However, we've later on changed this to have the Concept Exercises be named after their story/theme. This...

x:action/fix
x:knowledge/elementary
x:module/concept-exercise
x:type/content
x:size/small

_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ Concept Exercises can have a status specified in their `"status"` field...

v3

We've recently introduced a change to the exercise's `.meta/config.json` format. See [the specification](https://github.com/exercism/v3/blob/master/docs/concept-exercises.md#metaconfigjson) for the new format. Please update your exercises's to the new format. Concretely, this will mean putting...

We've recently introduced rules regarding the [naming of concepts](https://github.com/exercism/v3/blob/master/docs/maintainers/determining-concepts.md#naming-concepts) in `config.json` files. The Dart track's [config.json](https://github.com/exercism/v3/blob/master/languages/dart/config.json) file should be updated to conform to the new naming rules.