Dart setup
If you want Dart setup then directly follow next Dart setup section
In Windows:
- Press Windows+R to open the Run window
- Type cmd into the box.
- Press Ctrl+Shift+Enter.
choco install dart-sdki
In Linux :
- $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
sudo apt-get update
sudo apt-get install dart
In MacOS :
brew tap dart-lang/dart
sudo apt-get install dart