This project is an environment for the development of a Flutter web application with VSCode .devcontainer
.
Flutter is a great toolkit for developing applications. However, it does come with quite some environment requirements. This project provides a complete, dockerized environment setup for VSCode and its remote-containers extension.
- Docker
- VSCode
- VSCode remote-containers extension
ms-vscode-remote.remote-containers
- Open this repository in a container using VSCode and its remote-containers extension.
- Done. Now you have a fully working Flutter environmetn setup.
Create a new Flutter project by executing the following command inside the container:
flutter create .
To run the new Flutter project execute:
flutter run
Additional information can be found in the official Flutter documentation
- This setup is based on microsoft dart/.devcontainer which is licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for its license information.
- Flutter