-
Run
flutter create app-namewhereapp-nameis your app's name. This should be the same as the GitHub repository name and must follow Dart's package naming conventions/requirements. -
Move the contents of the Flutter created folder
app-nameup one directory (to Gitpod's project directory) -
Run your app using
flutter run -d web-server --web-port=8080 --web-hostname=0.0.0.0(Gitpod will take of this for you when you use the workspace in the future)
PTrottier/flutter-latest
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|