ZIP
WinGet
Dart SDK
Google · 3.8.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.8.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.8.0/sdk/dartsdk-windows-x64-release.zip
Release Notes
Released on: 2025-05-20
Language
Dart 3.8 adds null-aware elements to the language. To use them, set your package's SDK constraint lower bound to 3.8 or greater (sdk: '^3.8.0').
Null-Aware Elements
Null-aware elements make it easier to omit a value from a collection literal if it's null. The syntax works in list literals, set literals, and map literals. For map literals, both null-aware keys and values are supported. Here is an example a list literal written in both styles, without the null-awar…