Created
June 15, 2020 16:29
-
-
Save ookami-kb/a3ef8fcc913a78ad30a5b902a0baad50 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
install_flutter() { | |
git clone -b stable https://github.com/flutter/flutter.git | |
flutter precache | |
yes | $ANDROID_HOME/tools/bin/sdkmanager --licenses | |
flutter doctor | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment