Skip to content

Instantly share code, notes, and snippets.

@ookami-kb
Created June 15, 2020 16:29
Show Gist options
  • Save ookami-kb/a3ef8fcc913a78ad30a5b902a0baad50 to your computer and use it in GitHub Desktop.
Save ookami-kb/a3ef8fcc913a78ad30a5b902a0baad50 to your computer and use it in GitHub Desktop.
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