Skip to content

Flutter development environment for Visual Studio Code Devcontainer or GitHub Codespace.

Notifications You must be signed in to change notification settings

Hsun1031/devcontainer_flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Devcontainer for Flutter

Static Badge Static Badge Static Badge

Flutter development environment for Visual Studio Code Devcontainer or GitHub Codespace.
Dockerfile Base on mcr.microsoft.com/devcontainers/base:ubuntu-22.04
Docker Hub: hsun1031/devcontainer_flutter
Flutter version: 3.13.9
Flutter channel: stable
Android command tools version: 10406996

devcontainer.json

Use Dockerfile to build image

{
    "name": "Devcontainer For Flutter",
    "dockerFile": "Dockerfile",
    ...
}

Use build image hsun1031/devcontainer_flutter:latest from Docker Hub

{
    "name": "Devcontainer For Flutter",
    "image": "hsun1031/devcontainer_flutter:latest",
    ...
}

Create Flutter project

flutter create .

Build Android APK

flutter build apk

Test for codespace

flutter run -d web-server

About

Flutter development environment for Visual Studio Code Devcontainer or GitHub Codespace.

Topics

Resources

Stars

Watchers

Forks