Dart in Gitpod
Example Repositories
Here are a few Dart example projects that are already automated with Gitpod:
Repository | Description | Try it |
---|---|---|
flutter_stock_example | The Flutter stock example configured for 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
VSCode Extensions
Dart
This Extension adds cool syntax highlighting
It adds Intellisense support for autocompletion
Try it
Here is a hello world example of a Gitpodified project running in the browser, try it!