Sign inSign up

theanurin/flutter

By theanurin

Updated 1 day ago

flutter - Flutter SDK for build your web target projects

Image
Developer tools
0

210

theanurin/flutter repository overview

Docker Image Version GitHub Workflow Status GitHub Repo Stars Docker Pulls Docker Stars

Flutter

Flutter SDK for build your web target projects

Image reason

  • no such official image
  • use in build jobs

Spec

Environment variables

No any variables

Expose ports

No any ports

Volumes

No any volumes

Inside

Launch

alias flutter='docker run --rm --interactive --tty --mount "type=bind,source=$PWD,target=/build" theanurin/flutter'

flutter --version
flutter build web

Support

Development

Build and debug

docker build --tag theanurin/flutter --file docker/Dockerfile . && \
  docker run --interactive --tty --rm  theanurin/flutter --version

Tag summary

Content type

Image

Digest

sha256:5401dc896

Size

483.6 MB

Last updated

1 day ago

docker pull theanurin/flutter