Skip to content

oberbeck/flutterDevcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Flutter Web VSCode .devcontainer

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.

Requirements

Setup

  1. Open this repository in a container using VSCode and its remote-containers extension.
  2. Done. Now you have a fully working Flutter environmetn setup.

Getting started with Flutter

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

References

Releases

No releases published

Packages

No packages published