Skip to content

A docker image that features Android Build Tools, Android SDK, and Flutter.

License

Notifications You must be signed in to change notification settings

dnlfrst/docker-android-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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 .

About

A docker image that features Android Build Tools, Android SDK, and Flutter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published