Skip to content

Instantly share code, notes, and snippets.

@vaporic
Created October 10, 2021 21:46
Show Gist options
  • Save vaporic/cf48168e07e52291f3b4d915be92127f to your computer and use it in GitHub Desktop.
Save vaporic/cf48168e07e52291f3b4d915be92127f to your computer and use it in GitHub Desktop.
Install Flutter
---INTRUCCIONES---
$sudo apt install curl unzip zip git
$cd
$mkdir development
$cd development/
$git clone https://github.com/flutter/flutter.git -b stable
$nano ~/.profile
export PATH="$PATH:$HOME/development/flutter/bin"
$source ~/.profile
$flutter
$nano ~/.profile
export PATH="$PATH:$HOME/development/flutter/bin/cache/dart-sdk/bin"
$ource ~/.profile
$dart
$flutter doctor
$flutter doctor --android-licenses
$flutter doctor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment