Provides base images of Flutter.
| Docker-Image | Description | Approximate Size |
|---|---|---|
pingu/flutter:base-latest |
Installs basic flutter accordingly to the official google-flutter-doc. | 1.14G |
pingu/flutter:base-<FLUTTER_VERSION> |
- | - |
pingu/flutter:web-latest |
Installs basic flutter + flutter-web extension accordingly to the official google-flutter-web-doc. | 1.5G |
pingu/flutter:web-<FLUTTER_VERSION> |
- | - |
docker pull pingu/flutter:base-latest
docker pull pingu/flutter:web-latest
The Flutter Version naming convention is described as follows.
From this tag (2019-11-11):
the following tag will be used:
v1.9.1+hotfix.6-stable
