Skip to main content

Example Repositories

Here are a few Dart example projects that are already automated with Gitpod:
RepositoryDescriptionTry it
Flutter Hello World DemoThe Flutter hello world demo template configured for GitpodOpen in Gitpod

Installing Dart

To install the Dart SDK in Gitpod one must add the following to your .gitpod.Dockerfile
RUN brew tap dart-lang/dart && brew install dart

VS Code Extensions

Dart

This extension adds syntax highlighting and IntelliSense support for autocompletion.

Try it

Here is a hello world example of a Gitpodified project running in the browser, try it! Open in Gitpod