Flutter docker image
[Closed] Flutter Docker image
[Docker Hub](https://hub.docker.com/r/instrumentisto/flutter) | [GitHub Container Registry](https://github.com/orgs/instrumentisto/packages/container/package/flutter) | [Quay.io](https://quay.io/repository/instrumentisto/flutter) The project is written primarily in Makefile, distributed under the Other license, first published in 2021. Key topics include: docker-flutter, flutter, flutter-android, flutter-docker, flutter-linux.
Flutter Docker image
Docker Hub
| GitHub Container Registry
| Quay.io
Based on ghcr.io/cirruslabs/android-sdk Docker image.
Status
PROJECT IS CLOSED AND ARCHIVED. NO MAINTAINING WILL BE CONTINUED.
Supported tags and respective Dockerfile links
Supported toolchains
AndroidLinuxWeb
What is Flutter?
Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase.
This image contains all the necessary toolkit fot building Flutter applications.

How to use this image
Mount your project directory and run the necessary flutter command:
bashdocker run --rm -v /my/rust/project:/app -w /app instrumentisto/flutter \ flutter doctor
Non-root usage
If you cannot run this image as root, use the 1000 user instead, which owns flutter_tools inside the image:
bashdocker run --rm --user 1000:1000 \ -v /my/rust/project:/app -w /app instrumentisto/flutter \ flutter doctor
Image tags
<X>
Latest tag of the latest major X Flutter version.
<X.Y>
Latest tag of the latest minor X.Y Flutter version.
<X.Y.Z>
Latest tag of the concrete X.Y.Z Flutter version.
<X.Y.Z>-androidsdk<A>-r<N>
Concrete N image revision tag of the concrete X.Y.Z Flutter version with the concrete A API level version of Android SDK.
Once built, it's never updated.
License
Flutter is licensed under BSD 3-Clause "New" or "Revised" license.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
The sources for producing instrumentisto/flutter Docker images are licensed under Blue Oak Model License 1.0.0.
Issues
We can't notice comments in the DockerHub (or other container registries) so don't use them for reporting issue or asking question.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
Contributors
Showing top 7 contributors by commit count.
