Installing Dart On Intellij IDE

Getting Started

If you don’t have the Dart SDK and IntelliJ IDE, please get it using the links below.

Downloading Intellij IDE

Download, using this link jetbrains.com/idea/download
Note: Download the IDE, best fit for your operating system (either Windows, Linux & MacOS), I recommend downloading the community version.

Downloading Dart SDk

Download using this link image.png https://dart.dev/get-dart

If you don’t already have the Dart SDK, install it. You can either, build the SDK from source, grab a Dart Docker image, or install from any release channel by downloading the SDK as a zip file. I recommend downloading the SDK as a Zip file and choosing a stable channel.

Note: Check the system requirement, Operating system and release channel and version fit, to know the best fit for you.

Configuring the Dart

  1. Start the IDE and install Dart plugin. image.png

  2. Click on configure and select plugins. image.png

  3. Search for Dart, click install, wait for it to download and click Ok. image.png

  4. Once you have installed the Dart plugin, restart your IDE. image.png

Creating a Dart Project

  • On the welcome screen, Click New Project
  • Click on Dart image.png

  • If you don’t see a value for the SDK path, then Locate/enter it image.png

  • Click on next image.png

  • Give your project a name and click finish. image.png

Hurray!!!
Your Dart is ready to be codified image.png

If you encountered any issue while installing, don’t hesitate to ask.

Happy Coding 😀