Created
October 8, 2019 16:36
-
-
Save tianhaoz95/42738a3f6500419f3f79801d1e15e58f to your computer and use it in GitHub Desktop.
gitpod config for Flutter development
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
image: | |
file: .gitpod.dockerfile | |
github: | |
prebuilds: | |
master: true | |
branches: false | |
pullRequests: true | |
pullRequestsFromForks: false | |
addCheck: false | |
addComment: true | |
addBadge: false | |
addLabel: false | |
tasks: | |
- command: | | |
mkdir -p /home/gitpod/.android | |
touch /home/gitpod/.android/repositories.cfg | |
export PATH=/usr/lib/dart/bin:$FLUTTER_HOME/bin:$ANDROID_HOME/bin:$PATH | |
/home/gitpod/android-sdk/tools/bin/sdkmanager "platform-tools" "platforms;android-28" "build-tools;28.0.3" | |
vscode: | |
extensions: | |
- [email protected]:/kOacEWdiDRLyN/idUiM4A== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment