How to Install dart on windows
Quoted from the official Dart site, the Dart SDK has the libraries and command-line tools you need to develop Dart, server, and non-Flutter command-line web applications. For details, see the Dart SDK overview.
Installing the Dart SDK
As the following instructions show, you can use the package manager to easily install and update the stable channel Dart SDK. Alternatively, you can build an SDK from source, grab a Dart Docker image, or install from any release channel by downloading the SDK as a zip file.
Note: The Flutter SDK includes the full Dart SDK, and has the Dart command line interface in its bin folder.
Dart can send usage metrics and crash reports to Google. By downloading the Dart SDK, you agree to Google’s Terms of Service. Note: Google’s Privacy Policy describes how data is handled in this service.
To control sending metrics, use the following options on the darts tool:
–enable-analytics: Enables anonymous analytics.
–disable-analytics: Disables anonymous analytics.
Before the Darts installation process, make sure your internet connection is stable so that the installation process runs smoothly. For operating systems that are minimally used Windows 7 SP1 or later (64-bit) while RAM memory: 8GB and above (recommended) then for processors: i5 or amd ryzon 5 and above while the hard disk space capacity: 1.32 GB (not yet including disk space for IDEs/tools).
You can install dart by going through the command prompt (CMD) as an administrator or you can follow these steps:
Press Windows+R to open the Run window.
Type cmd into the box.
Press Ctrl+Shift+Enter.
To install the Dart SDK use the command: C:\>choco install dart-sdk
To upgrade the Dart SDK use the command: C:\>choco upgrade dart-sdk
if successful it will look like the image below

That is installing darts on Windows tutorial, I hope this is useful, see you on our first darts project.
