# How to Install Dart on Windows?

### Step 1: Download the Dart SDK Zip file
Download from here [URL](https://dart.dev/get-dart/archive)

### Step 2: Extract zip file
Copy the zip file and paste it into **C** **drive**, then unzip it.
### Step 3: Add Dart Path to PATH Environment Variable
Open **dart-sdk** folder and then **bin** folder and copy the **path**


Search for **Edit environment variables for your account**



Paste the path you copied

### Step 4: Test the dart-SDK installation
Type this command `dart --version` in cmd

### Step 5: VSCode Extensions
* [Dart](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code)
* [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner)