Installing Dart SDK
To install Dart SDK, perform the following steps:
1- Go to : https://dart.dev, then click “Get Dart” tab, or go directly to :
https://dart.dev/get-dart.
You will get the following web page:
In this exercise, you will install Dart SDK using Microsoft Windows operating
system. For other operating systems , you will almost have the same installation
wizard.
2- Select the operating system which your computer has, Windows, Linux or Mac.
3- Click “Install using a setup wizard”
4- Scroll down, and as illustrated in the below figure, click : Dart SDK installer for
Windows.
5- As illustrated in the image below, if you have Microsoft Windows operating
system 64 bits, you should select GET DART (64-BIT WINDOWS, STABLE).
6- Then, you will get the following file.
7- Click this file, select Run, and you will get the following installation wizard:
8- Select “I accept the agreement” then, click Next
9- In the following figure, click Next
10- Keep the default path as illustrated in the below image, then click Next
11- Keep the default shortcut location, then click Next
12- Click Install button in the following figure:
Then, you will get the following :
13- Click Next in the following figure:
14- Click Finish as illustrated in the following figure:
Dart SDK has been downloaded at C:\Program Files\Dart as illustrated in the
following figure :
The following figure includes the content of the dart-sdk folder :
* This topic is a part of lesson 1 of Flutter Application Development course. For more information about this course, click here.