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
- Host: GitHub
- URL: https://github.com/techiro/devcontainer-template
- Owner: techiro
- License: mit
- Created: 2025-06-12T08:05:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-01T01:20:33.000Z (12 months ago)
- Last Synced: 2026-04-30T16:34:10.636Z (about 1 month ago)
- Topics: codespaces, dart, devcontainer, flutter
- Language: Dockerfile
- Homepage:
- Size: 3.03 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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.