- Configure Your Project
- .gitpod.yml
- Docker Configuration
- Start Tasks
- VS Code Extensions
- Exposing Ports
- Prebuilt Workspaces
- Environment Variables
- Workspace Location
- Editor Configuration
- Gitpod Self-Hosted
- Install on Google Cloud Platform
- Install on Amazon Web Services
- Install on self-managed Kubernetes
- Configure OAuth
- Configure a Domain
- Configure HTTPS Certificates
- Configure a Database
- Configure a Docker Registry
- Configure Storage
- Configure Nodes
- Configure Workspaces
Docs
Dart in Gitpod
Example Repositories
Here are a few Dart example projects that are already automated with Gitpod:
Repository | Description | Try it |
---|---|---|
flutterstockexample | 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!
Still Have Questions?
Please reach out. We’re happy to answer them.