Skip to content

instrumentisto/flutter-docker-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e268073 · Sep 15, 2022

History

31 Commits
Jul 14, 2022
Nov 5, 2021
Nov 4, 2021
Nov 4, 2021
Jul 14, 2022
Sep 15, 2022
Sep 15, 2022
Nov 4, 2021
Jul 14, 2022
Sep 15, 2022
Nov 4, 2021

Repository files navigation

Flutter Docker image

Release CI Docker Hub

Docker Hub | GitHub Container Registry | Quay.io

Changelog

Based on cirrusci/android-sdk Docker image.

Supported tags and respective Dockerfile links

Supported toolchains

  • Android
  • Linux
  • Web

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.

flutter.dev

Flutter Logo

How to use this image

Mount your project directory and run the necessary flutter command:

docker run --rm -v /my/rust/project:/app -w /app instrumentisto/flutter \
    flutter doctor

Image versions

X

Latest tag of X Flutter's major version.

X.Y

Latest tag of X.Y Flutter's minor version.

X.Y.Z

Latest tag of a concrete X.Y.Z version of Flutter.

X.Y.Z-androidsdkA-rN

Concrete N image revision tag of a Flutter's concrete X.Y.Z version along with A version of Android SDK.

Once build, 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.