ZIP
WinGet
Dart SDK
Google · 3.11.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
dartsdk-windows-x64-release.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Google.DartSDK
Version
3.11.0
Description
A set of tools and libraries for the Dart programming language.
License
BSD-3-Clause
↗
Homepage
https://dart.dev/
Support
https://dart.dev/community
Installer URL
https://storage.googleapis.com/dart-archive/channels/stable/release/3.11.0/sdk/dartsdk-windows-x64-release.zip
Release Notes
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 the OS. Windows currently does not support the following features for AF_UNIX sockets: datagram sockets, ancillary data or abstract socket addresses. Unix domain sockets are represented in the file-system using reparse points which leads to some discrepancies in the behavior of…