Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.49 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.49 KB

⬅️ Back to feature collection

Dart SDK Dev Container Feature

🎯 Installs the Dart SDK

Dart is a client-optimized language for fast apps on any platform

Dart programming language | Dart

This feature installs the Dart SDK to /usr/lib/dart by downloading it from Google's Dart archive service. It also adds the Dart VS Code extension.

Usage

Codespaces Devcontainers

To use this feature, all you need to do is add it to your devcontainer.json like this:

// devcontainer.json
{
 "features": {
    "ghcr.io/devcontainers-community/features/dart-sdk": {}
  }
}

❓ Don't know what this ☝ means? Check out this VS Code blog post.

Options

  • version: A version of the Dart SDK like 3.0.7. Must be a complete version identifier or latest. The default is latest.