Created
October 10, 2021 21:46
Install Flutter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---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