Uploaded November 2015 | Updated September 2026, 16 hours ago
Note: This video's obsolete.
When trying out new languages it's never the new language itself that can be challenging, it's setting up the initial environment. Setting up Dart's environment took a few steps, so here's the easiest way I found to start coding in Dart.
In this video we install and use Chrome Developer Editor, Chocolately, and Pub.
To get Chocolatey run cmd and an administrator and enter the following command:
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
After you have Chocolately, get the Dart software developement kit (including Pub) enter this:
choco install dart-sdk
Note: This video's obsolete.
When trying out new languages it's never the new language itself that can be challenging, it's setting up the initial environment. Setting up Dart's environment took a few steps, so here's the easiest way I found to start coding in Dart.
In this video we install and use Chrome Developer Editor, Chocolately, and Pub.
To get Chocolatey run cmd and an administrator and enter the following command:
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
After you have Chocolately, get the Dart software developement kit (including Pub) enter this:
choco install dart-sdk










