Skip to content

iZFxTrade/flutter_vega_codespace

 
 

Repository files navigation

flutter_vega_codespace

A demo project to check flutter in Github Codespaces. It also has configurations for Gitpod and hence can be opened there as well.

Use it codespace

  1. Sign up for Github Codespace beta.
  2. Click Code -> Open with Codespace and then click on New codespace
    • This should open this repo in a Github code space setup with latest flutter master channel and flutter-web enabled.
  3. In the terminal run the flutter app targeting a web-server.
    • flutter run -d web-server --web-hostname=0.0.0.0 --web-port=3000
  4. Once the server starts click on the http://localhost:3000 link and this should open new tab with the live preview.

Use it in Gitpod

  1. I assume you need a gitpod account to open it in Gitpod. Create one before next step.
  2. Then click the following button. Open in Gitpod

About

A demo project with github codespaces for flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 46.1%
  • HTML 25.3%
  • Dockerfile 17.6%
  • Swift 7.7%
  • Kotlin 2.6%
  • Objective-C 0.7%