#(This is a direct clone of https://github.com/GoogleCloudPlatform/cloud-builders-community/tree/master/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.
The gcr.io/cloud-builders/flutter build step should be used when you want to build
apk binary from flutter code.
You can build the hello world example by running those commands inside the examples directory:
$ gcloud builds submit . --config=cloudbuild.yaml
To build this builder, run the following command in this directory.
$ gcloud builds submit . --config=cloudbuild.yaml
cloud-builder-flutter