Skip to content

Dart and Flutter

Published On:
May 8, 2025
Last Updated:
May 8, 2025

Dart is a programming language developed by Google. Flutter is a UI toolkit for building cross-platform UI applications using Dart.

Dart

Installation

On Windows, make sure to install the Dart SDK into a path containing no special characters or spaces, and one which does not require admin privileges.

The VS Code extension can download and install the Dart SDK for you, as well as putting dart onto your PATH.