Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
59 lines (38 loc) · 1.91 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.91 KB

Dart

Welcome to the workspace for Exercism v3's Dart track!

This area will contain everything needed to launch the Dart track, including:

  • The new exercises and config.json file.
  • Reference documentation that help explain Dart concepts for which no appropriate online document could be found.
  • Dart-specific documentation for contributors.

Preparation Status

Before we publicize requesting contribution for this language, the following steps should be done.

Readiness for Launch

Before launch, we need all of the following parts to be completed:

config.json

  • Added version key
  • Added online editor settings
    • Added indent_style
    • Added indent_size
  • Convert the exercises array to an object
  • Remove the foregone property

See the migrating your config.json files document for more information.

Concept Exercises

  • Added 20+ Concept Exercises

Representer

  • Build Representer
  • Deploy Representer

Test Runner

  • Build Test Runner
  • Deploy Test Runner

Extra magic

These extra steps will make your track better, but are optional.

Analyzer

  • Build Analyzer
  • Deploy Analyzer