← Package directory
Available on winget

Install Dart SDK

A set of tools and libraries for the Dart programming language.

Install with winget
winget install --id Google.DartSDK
Upgrade
winget upgrade --id Google.DartSDK
Uninstall
winget uninstall --id Google.DartSDK

About Dart SDK

A set of tools and libraries for the Dart programming language.

Version history

Version Updated Notes
3.12.2 Unknown Release notes
3.12.1 Unknown Release notes
3.12.0 Unknown Released on: Unreleased Language Private named parameters Dart now supports private named parameters. Before 3.12, it was an error to have a named parameter that starts with an underscore: class Point { final int _x, _y;...
3.11.6 Unknown Release notes
3.11.5 Unknown Release notes
3.11.4 Unknown Release notes
3.11.3 Unknown Release notes
3.11.2 Unknown Release notes
3.11.1 Unknown Release notes
3.11.0 Unknown Released on: Unreleased Language There are no language changes in this release. Libraries dart:io - Added support for Unix domain sockets (AF_UNIX) on Windows. Support is restricted to the subset of features supported by...
3.10.9 Unknown Release notes
3.10.8 Unknown Release notes
3.10.7 Unknown Release notes
3.10.6 Unknown Release notes
3.10.5 Unknown Release notes
3.10.4 Unknown Release notes
3.10.3 Unknown Release notes
3.10.2 Unknown Release notes
3.10.1 Unknown Release notes
3.10.0 Unknown Released on: 2025-11-12 Language Dart 3.10 adds dot shorthands to the language. To use them, set your package's SDK constraint lower bound to 3.10 or greater (sdk: '^3.10.0'). Dart 3.10 also adjusts the inferred return t...