Dart language environment setup

Dart language environment setup

ยท

1 min read

In every programming language all have their own environment setup which can use for save code and execute. For run dart language first we need to install their setup and SDK file.

Here , Is the Simple step for Installing Dart setup.

  1. Go to this link and download dart SDK

  2. After the installation run the dart setup

    1. Click on the dart.exe file

Click on this dart.exe file

  1. Once you Click on dart.exe file you can see the same dialog box like below if you are using window 10 or 11 then click on the run and wait until 100% of execution.

  1. Once complete this stage now you need one IDE to write and run code.

    1. there are many IDE which support Dart language such as Visual Studio , notepad++ , WebStorm. But I recommendation to use WebStorm IDE for using dart language.

    2. You can find the installation file for WebStorm from.

      1. https://www.jetbrains.com/webstorm/download/#section=windows-version.
    3. Once completed installation process of IDE you need to set variable in the IDE.

      1. Follow the below image step and your ready to become one step closer to learn Dart Language.

ย