Gitpod Documentation home page
Gitpod Classic
Search or ask, e.g., 'Configure GitHub in Enterprise'
⌘K
Ask AI
Login
Get a demo
Get a demo
Search...
Navigation
Languages
Dart in Gitpod
Pricing
Support
Blog
Changelog
API Reference
Introduction
Overview
Use cases
Getting started
Gitpod tutorial
Languages
Overview
Bash in Gitpod
C++ in Gitpod
Dart in Gitpod
Deno in Gitpod
.NET in Gitpod
Go in Gitpod
HTML & CSS in Gitpod
Java in Gitpod
JavaScript in Gitpod
Julia in Gitpod
Kotlin in Gitpod
LaTeX in Gitpod
PHP in Gitpod
Python in Gitpod
R in Gitpod
Ruby in Gitpod
Rust in Gitpod
Scala in Gitpod
Svelte in Gitpod
Vue.js in Gitpod
Configure
Configure Gitpod
Workspaces
User settings
Organizations
Repositories
Authentication
Billing
References
Overview
.gitpod.yml
Gitpod URL
Gitpod public API
Gitpod CLI
Compatibility
IDEs and Editors
Integrations
Overview
GitHub
GitLab
Bitbucket
Azure DevOps
JetBrains Gateway
Kubernetes
Tailscale
Amazon Web Services (AWS)
Backstage
Internal Developer Portals
Enterprise
Overview
Installation process
Setup and Preparation
Deploying
Configure your Gitpod Instance
Add an SCM integration
Insights
Administration
Updating
Background
Reference
Archive
Help
Troubleshooting
On this page
Example Repositories
Installing Dart
VS Code Extensions
Dart
Try it
Languages
Dart in Gitpod
Copy page
Copy page
Example Repositories
Here are a few Dart example projects that are already automated with Gitpod:
Repository
Description
Try it
Flutter Hello World Demo
The Flutter hello world demo template configured for Gitpod
Installing Dart
To install the Dart SDK in Gitpod one must add the following to your
.gitpod.Dockerfile
Copy
Ask AI
RUN
brew tap dart-lang/dart && brew install dart
VS Code 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!
Was this page helpful?
Yes
No
C++ in Gitpod
Deno in Gitpod
Assistant
Responses are generated using AI and may contain mistakes.