Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 862 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 862 Bytes

#(This is a direct clone of https://github.com/GoogleCloudPlatform/cloud-builders-community/tree/master/flutter)

Tool builder: gcr.io/cloud-builders/flutter

This Container Builder build step runs the flutter binary. flutter is is an app SDK for crafting high-quality native interfaces on iOS and Android in record time.

When to use this builder

The gcr.io/cloud-builders/flutter build step should be used when you want to build apk binary from flutter code.

Examples

You can build the hello world example by running those commands inside the examples directory:

$ gcloud builds submit . --config=cloudbuild.yaml

Building this builder

To build this builder, run the following command in this directory.

$ gcloud builds submit . --config=cloudbuild.yaml

cloud-builder-flutter