> ## Documentation Index
> Fetch the complete documentation index at: https://ona.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Dart in Gitpod

## Example Repositories

Here are a few Dart example projects that are already automated with Gitpod:

<div className="overflow-x-auto">
  | Repository                                                                | Description                                                 | Try it                                                                                                                             |
  | ------------------------------------------------------------------------- | ----------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
  | [Flutter Hello World Demo](https://github.com/gitpod-io/template-flutter) | The Flutter hello world demo template configured for Gitpod | [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/template-flutter) |
</div>

## Installing Dart

To install the Dart SDK in Gitpod one must add the following to your [.gitpod.Dockerfile](/classic/user/configure/workspaces/workspace-image)

```dockerfile theme={null}
RUN brew tap dart-lang/dart && brew install dart
```

## VS Code Extensions

### Dart

This extension adds syntax highlighting and [IntelliSense](https://code.visualstudio.com/editor/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](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/gitpod-io/Gitpod-Dart)
