TestingDocs.com
    Software Testing website
    • Automation
      • Selenium
      • JBehave Framework
    • Tutorials
      • MySQL Tutorials
      • Testlink
      • Maven
      • Git
    • IDEs
      • IntelliJ IDEA
      • Eclipse
    • Flowcharts
      • Flowgorithm
      • Raptor
    • About

    Dart

    Install Dart SDK on Windows

    Overview

    Let’s install Dart SDK on the Windows operating system using Chocolatey in this tutorial. Steps to install Chocolatey on the Windows operating system can be found here:

    https://www.testingdocs.com/install-chocolatey-on-windows/

    Dart

    Dart is an open-source programming language developed by Google, Inc. It supports client as well as server-side application development. It was first announced in 2011 and is suited for building desktop, web, and mobile applications.

    Dart SDK

    Dart SDK is Software Development Kit. It is a set of tools, libraries, documentation, and guidelines provided by software developers to create Dart applications. For example, dart.exe which runs Dart programs is part of Dart SDK.

    Install Dart SDK

    Launch PowerShell or Command prompt with Administrative privileges.

    To install Dart, type the following command in the PowerShell window:

    C:\> choco install dart-sdk

     

    Dart SDK Install Windows

    By default, the Dart SDK would be installed at the following disk location:

    C:\tools\dart-sdk. 

    We can change this install location by setting the ChocolateyToolsLocation environment variable.

    Upgrade

    In case you have already installed Dart SDK and want to update the SDK to the latest version follow the below steps.

    To upgrade Dart, type the command in the shell:

    C:\> choco upgrade dart-sdk

     

    Dart SDK Upgrade Command

    Verify

    To verify the installation or upgrade, type the following command in the shell:

    C:\>dart –version

     

    More information on Dart:

    https://dart.dev/

    Related Posts

    Dart Compilation Techniques

    Dart /

    Dart Compilation Techniques

    Dart String Interpolation

    Dart /

    Dart String Interpolation

    Dart Lists

    Dart /

    Dart Lists

    Dart /

    Dart String Methods

    Dart Print Expression

    Dart /

    Dart print() function

    ‹ New Dart Project using IntelliJ IDE› Install Dart IntelliJ Plugin

    Recent Posts

    • ChatGPT Subscription Plans
    • Stellar Converter for Database
    • Stellar Log Analyzer for MySQL
    • Stellar Repair for MySQL
    • ChatGPT Capabilities
    • How to secure your SQL Database: Tips and Tricks
    • ChatGPT4 Conversational AI Features
    • Shaping the Future of Development: Exploring Key Trends in Software Engineering
    • Improving Java Performance with Multithreading
    • Open-source Vector Databases

    Back to Top

    Links

    • Contact
    • Privacy Policy
    • Cookie Policy

    www.TestingDocs.com