Skip to content

Instantly share code, notes, and snippets.

View XSoft-Corp's full-sized avatar

XSoft® Corporation XSoft-Corp

  • XSoft®
  • My Dreams
View GitHub Profile
@estevez-dev
estevez-dev / .gitpod.yml
Last active February 28, 2022 06:13
Gitpod IDE configuration example for Flutter project
image:
file: .gitpod.dockerfile
tasks:
- before: |
export PATH=$FLUTTER_HOME/bin:$ANDROID_HOME/bin:$ANDROID_HOME/platform-tools:$PATH
mkdir -p /home/gitpod/.android
touch /home/gitpod/.android/repositories.cfg
init: |
echo "Installing Flutter SDK..."