Member-only story
Azure and Flutter, release pipeline
How to deploy a flutter application to google and Apple stores.
Hello, my name is Rodrigo and I would like to share a pipeline that I built using azure to deploy a release version of one application that I’m working with azure.
At first, I found some difficulties to find examples of how to deploy to stores using Azure, all the examples are for, just to build the bundle or deploy to something like Microsoft app center.
This pipeline has a lot to improve but, it works for now.
1. Declare the image.
As we are building for iOS too, we need to use a Mac machine, to declare the vm:
2. Install Flutter.
Your azure probably will not have the flutter extension installed, so you just need to go here, and install it on your Azure account, in case that you are not an admin you need to wait them approve the solicitation.