Dart SDK
是使用Dart语言进行开发Web App
和命令行App
的工具。
如果您想用Dart语言开发移动App
,请使用Flutter SDK。
操作系统 | 包管理器 | 安装命令 |
---|---|---|
Windows | scoop | scoop install dart |
Windows | Chocolatey | choco install -y dart-sdk |
macOS | HomeBrew | brew tap dart-lang/dart |
GNU/Linux | HomeBrew | brew tap dart-lang/dart |
apt | sudo apt-get update | |
CentOS | yum | |
dnf | ||
Alpine Linux | apk | |
pacman | sudo pacman -Syyu --noconfirm |
step1、安装依赖
所有时 | Terminal + Shell |
下载时 | cURL |
解压时 | unzip |
运行时 |
step2、使用curl命令下载编译好的二进制压缩包 ()
curl -LO https://storage.googleapis.com/dart-archive/channels/stable/release/2.1.0/sdk/dartsdk-linux-x64-release.zip
step3、使用unzip解压下载好的二进制压缩包
unzip dartsdk-linux-x64-release.zip
step4、配置PATH
环境变量
export PATH=$PATH:~/dart-sdk/bin