Dart Introduction

My Dart Introduction

Software Version

  • the Flutter SDK
$ flutter --version

Flutter 2.5.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision ffb2ecea52 (12 days ago) • 2021-09-17 15:26:33 -0400
Engine • revision b3af521a05
Tools • Dart 2.14.2
  • the Dart SDK
$ dart --version

Dart SDK version: 2.14.2 (stable) (Wed Sep 15 12:32:06 2021 +0200) on "macos_x64"

IDE settings

Installation of Dart

To get the Dart SDK, see here.

The full Dart SDK is contained in the Flutter SDK. If you plan to use Flutter, you may well install the Flutter SDK. To get the Flutter SDK, see here.

References