Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 703 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 703 Bytes

Docker image with Android and Flutter

A docker image that features Android Build Tools, Android SDK, and Flutter. The image is based on cirrusci/android-sdk.

Configuration

You can specify the version of Android SDK with the build argument ANDROID_VERSION (default: 29) and the version of Flutter with the build argument FLUTTER_VERSION (default: 1.20.2). For example, to run with Android SDK 29 and Flutter 1.22.0-1.0.pre, issue:

docker build --build-arg ANDROID_VERSION=29 --build-arg FLUTTER_VERSION=1.22.0-1.0.pre .