Skip to content

A Docker image to be used as devcontainer in VSCode to do Flutter development.

License

Notifications You must be signed in to change notification settings

rwbr/docker-flutter-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-flutter-ci

With this docker image you don't need to install the Flutter and Android SDK on your developer machine. This image is made to be used as devcontainer with VSCode.

Your .devcontainer should look like this:

{
	"name": "Flutter",
	"image": "rwbr/flutter:latest",
	"extensions": [
		"dart-code.dart-code",
		"dart-code.flutter"
	],
}

About

A Docker image to be used as devcontainer in VSCode to do Flutter development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published