Skip to content

Instantly share code, notes, and snippets.

@vaporic
Created October 10, 2021 21:46
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