- Fork the repo (important!)
- Goto GitPod
- Sign-in/up with your GitHub Account
- Click on "New Workspace"
- Select the repo you just created
- Enter it
- If there is any error pops up, don't worry and click on "X"
-
Click on the Sandwich on left upper corner
-
Terminal -> New Terminal
-
Copy&Paste in and hit enter
flutter -
If there is any error, great! continue the following steps
-
Copy&Paste in and hit enter
cd .. -
Copy&Paste in and hit enter
git clone https://github.com/flutter/flutter.git -b stable -
Copy&Paste and hit enter
export PATH="$PATH:`pwd`/flutter/bin" -
Type in hit Enter
flutter doctorIf still saying command not found, contact the tech support near you
-
Goto
https://github.com/settings/emailsIf you have Keep my email addresses private and or Block command line pushes that expose my email enabled, you need set your email and username in the remote environment
git config user.name "FIRST_NAME LAST_NAME" git config user.email "MY_NAME@example.com"Then check if its successful
cat .git/config -
Type and ht Enter
ls -
Change Disk the the ? directory
cd <?_directory>For example
cd Playground_Flutter
-
Type and ht Enter
ls -
Change Disk the the ? directory
cd <?_directory>For example
cd Playground_Flutter -
Change Disk the the project directory
cd <project_directory>For example
cd app -
CopyPasta and Enter
flutter run -d web-serverAfter loading for a while, it will show a link, Ctrl+LeftClick on that