An open API service indexing awesome lists of open source software.

https://github.com/techiro/devcontainer-template

DevContainer image for Flutter development for VS Code/Codespaces
https://github.com/techiro/devcontainer-template

codespaces dart devcontainer flutter

Last synced: about 1 month ago
JSON representation

DevContainer image for Flutter development for VS Code/Codespaces

Awesome Lists containing this project

README

          

# DevContainer Templates

**A collection of Dev Container Templates**

This repository provides ready-to-use Dev Container Templates for Flutter app development with VS Code or GitHub Codespaces.

![DevContainer Demo](assets/devcontainer-demo.png)

## Available Templates

| Category | Template | Image | Description | Documentation |
|----------|----------|-------|-------------|---------------|
| Mobile Development | Flutter 🦋 | `ghcr.io/techiro/devcontainer-template/flutter:latest` | Complete Flutter development setup with Dart SDK and VS Code extensions | [src/flutter/README.md](src/flutter/README.md) |

## Usage

1. Install the [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension in VS Code
2. Clone this repository
3. Open the repository in VS Code
4. Select the desired template from the command palette: `Dev Containers: Add Dev Container Configuration Files...`
5. Reopen in container

## Contributing

1. Fork the repository
2. Create a new branch
3. Make your changes
4. Submit a pull request

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.