Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install Dart

C:> choco install dart-sdk
C:> choco upgrade dart-sdk
Comment

latest dart sdk version

# Windows
choco install dart-sdk

# Linux
sudo apt-get update
sudo apt-get install dart

# MacOS

brew tap dart-lang/dart
brew install dart
Comment

Install dart

choco install dart-sdk
Comment

install dart

sudo apt-get update
$ sudo apt-get install apt-transport-https
$ wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor -o /usr/share/keyrings/dart.gpg
$ echo 'deb [signed-by=/usr/share/keyrings/dart.gpg arch=amd64] https://storage.googleapis.com/download.dartlang.org/linux/debian stable main' | sudo tee /etc/apt/sources.list.d/dart_stable.list
Comment

PREVIOUS NEXT
Code Example
Shell :: download dropbox on linux 
Shell :: batch call another batch with parameters 
Shell :: react ToastContainer 
Shell :: git new branch create 
Shell :: git remote push 
Shell :: apply stash git 
Shell :: powershell qr code generator 
Shell :: git bash remove files with extension recursively 
Shell :: vsode zsh 
Shell :: error: insufficient permissions for device 
Shell :: The current application is not compatible with NativeScript CLI 8.0.2 
Shell :: linux extend path 
Shell :: github undo last pushed commit 
Shell :: git config --global user.name "Server" 
Shell :: how to install drawing in ubuntu 
Shell :: git merge master to branch 
Shell :: set cmake variable commandline 
Shell :: installing gmp on mac os 
Shell :: conda create new environment in specified location 
Shell :: count all files csv file in a directory linux 
Shell :: git delete last commit in remote 
Shell :: shell iterate over lines in variable 
Shell :: ubuntu download 
Shell :: see stashed changes git 
Shell :: docker.credentials.errors.StoreError: Credentials store docker-credential-desktop.exe exited with "" 
Shell :: kazam recorder ubuntu 
Shell :: linux make file 
Shell :: convert windows file to unix 
Shell :: graphiql download 
Shell :: truncate log file linux 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =