- Introduction
- Getting Started
- Gitpod Tutorial
- Use Cases
- Languages
- Configure
- Workspaces
- User settings
- Repositories
- Organizations
- Authentication
- Billing
- References
- .gitpod.yml
- IDEs & editors
- Integrations
- Gitpod CLI
- Gitpod API
- Gitpod URL
- Compatibility
- Enterprise
- Overview
- Setup and Preparation
- Deploying
- Configure your Gitpod Instance
- Administration
- Upgrading
- Background
- Reference
- Archive
- Help
- Contribute
- Troubleshooting
Dart in Gitpod
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
dockerfile
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!