Wingetlywingetly
← All apps

Dart SDK - stable channel

by Gekormv1.6.0

Last updated

Dart is a modern, client-optimized programming language from Google that helps you craft beautiful, high-quality experiences across all screens.

Install with winget

$ winget install --id Gekorm.Dart.stable --exact --version 1.6.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Dart SDK - stable channel

Dart SDK - stable channel uses EXE (Inno Setup). The silent install switches are /SILENT.

One-line silent install (x64, machine scope)
Dart_x64.stable.setup.exe /SILENT /NORESTART /SUPPRESSMSGBOXES

See the full silent install reference for Dart SDK - stable channel

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v1.6.0

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
machineDirect
x64EXE
Inno Setup
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

7 known CVEs via NVD

  • high7.5Fix in v3.11.0CVE-2026-27704affects before 3.11.0Feb 25, 2026

    The Dart and Flutter SDKs provide software development kits for the Dart programming language. In versions of the Dart SDK prior to 3.11.0 and the Flutter SDK prior to version 3.41.0, when the pub client (`dart pub` and `flutter pub`) extracts a package in the pub cache, a malic...

  • critical9.8Fix in v2.18.0CVE-2022-3095affects before 2.18.0Oct 27, 2022

    The implementation of backslash parsing in the Dart URI class for versions prior to 2.18 and Flutter versions prior to 3.30 differs from the WhatWG URL standards. Dart uses the RFC 3986 syntax, which creates incompatibilities with the '\' characters in URIs, which can lead to au...

  • medium6.5Fix in v2.16.0CVE-2022-0451affects before 2.16.0Feb 18, 2022

    Dart SDK contains the HTTPClient in dart:io library whcih includes authorization headers when handling cross origin redirects. These headers may be explicitly set and contain sensitive information. By default, HttpClient handles redirection logic. If a request is sent to example...

  • medium4.6Fix in v2.15.0CVE-2021-22567affects before 2.15.0Jan 5, 2022

    Bidirectional Unicode text can be interpreted and compiled differently than how it appears in editors which can be exploited to get nefarious code passed a code review by appearing benign. An attacker could embed a source that is invisible to a code reviewer that modifies the be...

  • high8.8Fix in v2.15.0CVE-2021-22568affects before 2.15.0Dec 9, 2021

    When using the dart pub publish command to publish a package to a third-party package server, the request would be authenticated with an oauth2 access_token that is valid for publishing on pub.dev. Using these obtained credentials, an attacker can impersonate the user on pub.dev...

  • medium6.1Fix in v2.12.3CVE-2021-22540affects before 2.12.3Apr 22, 2021

    Bad validation logic in the Dart SDK versions prior to 2.12.3 allow an attacker to use an XSS attack via DOM clobbering. The validation logic in dart:html for creating DOM nodes from text did not sanitize properly when it came across template tags.

  • medium5.4Fix in v2.7.2CVE-2020-8923affects before 2.7.2Mar 26, 2020

    An improper HTML sanitization in Dart versions up to and including 2.7.1 and dev versions 2.8.0-dev.16.0, allows an attacker leveraging DOM Clobbering techniques to skip the sanitization and inject custom html/javascript (XSS). Mitigation: update your Dart SDK to 2.7.2, and 2.8....

Source: NVD, updated 2h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Frequently asked questions

How do I install Dart SDK - stable channel on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Gekorm.Dart.stable --exact --version 1.6.0. winget downloads the installer from Gekorm and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Dart SDK - stable channel silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Gekorm.Dart.stable --exact 1.6.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Dart SDK - stable channel?
Dart SDK - stable channel uses EXE (Inno Setup). Run the downloaded installer with: Dart_x64.stable.setup.exe /SILENT /NORESTART /SUPPRESSMSGBOXES. The silent switches are /SILENT.
How do I uninstall Dart SDK - stable channel via winget?
Run: winget uninstall --id Gekorm.Dart.stable --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Dart SDK - stable channel's Apps & Features entry.
Is Dart SDK - stable channel free?
Dart SDK - stable channel is distributed under MIT License. Refer to the publisher (https://github.com/GeKorm/dart-windows) for the full license terms - Wingetly itself does not charge for installation.
Does Dart SDK - stable channel work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Dart SDK - stable channel directly from the publisher.
How do I keep Dart SDK - stable channel up to date?
Run winget upgrade --id Gekorm.Dart.stable --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Dart SDK - stable channel from microsoft/winget-pkgs.