Skip to content

valotas/flutter-android-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image with Android SDK and Flutter

Bitbucket Pipelines

This image can be used to test and build Android APKs developed with Flutter. Here is an example bitbucket-pipelines.yml for Bitbucket Pipelines including caches for gradle and gradlewrapper:

image: martinlowinski/flutter-android-sdk pipelines: default: - step: caches: - gradle - gradlewrapper script: - echo "Building APK..." - flutter doctor - flutter -v build apk definitions: caches: gradlewrapper: ~/.gradle/wrapper 

About

Docker image with Android SDK and Flutter

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published