Skip to content

GeKorm/dart-windows

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Dart for Windows

This repo provides the community-supported installer for Dart SDK on Windows. Dart is a modern, client-optimized programming language from Google that helps you craft beautiful, high-quality experiences across all screens.

Installer

The installer downloads and installs the latest version of Dart from Google. Two different channels are available:

  • A stable channel, which provides the latest supported production-quality release. This channel is usually updated no more frequently than every six weeks.
  • A dev channel, which is lightly tested but contains the latest pre-release. This channel is usually updated on a weekly basis.

In general, you should use the stable channel unless you have a specific reason to be running a pre-release build. More information on the Dart channels can be found at the Dart website.

Both 64-bit and 32-bit releases are available.

Dart for Windows website: http://www.gekorm.com/dart-windows

Dart for Windows releases: https://github.com/GeKorm/dart-windows/releases/latest

Dart for Windows is compiled using Inno Setup with the Inno Download Plugin. For build instructions see BUILD.md