https://github.com/gitpod-samples/template-flutter
The Flutter template, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.
https://github.com/gitpod-samples/template-flutter
flutter gitpod template
Last synced: about 2 months ago
JSON representation
The Flutter template, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.
- Host: GitHub
- URL: https://github.com/gitpod-samples/template-flutter
- Owner: gitpod-samples
- Created: 2021-08-14T03:18:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T14:00:39.000Z (about 1 year ago)
- Last Synced: 2025-03-24T12:56:21.087Z (3 months ago)
- Topics: flutter, gitpod, template
- Homepage: https://www.gitpod.io/
- Size: 59.6 KB
- Stars: 45
- Watchers: 5
- Forks: 87
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter app template
The [Flutter](https://flutter.dev/) template, configured for [Gitpod](https://www.gitpod.io) to give you pre-built, ephemeral development environments in the cloud.## Next Steps
Click the button below to start a new development environment:
[](https://gitpod.io/#https://github.com/gitpod-io/template-flutter)
## Get Started With Your Own Project
### A new project
Click the above "Open in Gitpod" button to start a new workspace. Once you're ready to push your first code changes, Gitpod will guide you to fork this project so you own it.
### An existing project
Copy and commit the [`.gitpod.yml`](./.gitpod.yml) and [`.gitpod.Dockerfile`](./.gitpod.Dockerfile) to your existing project to have the same configuration of this template. To learn more, please see the [Getting Started](https://www.gitpod.io/docs/getting-started) documentation.