CI can be so easy with this template

Build Flutter apps for iOS, Android, and Windows with Azure DevOps

A ready-to-use and working build pipeline for Azure DevOps to build Flutter apps for iOS, Android, and Windows.

xeladu
6 min readJan 17, 2022

--

Photo by Danist Soh on Unsplash

(Not a Medium member? Read this story for free here!)

Here is a working pipeline for Azure DevOps to build Flutter apps with the most recent SDK version for iOS, Android, and Windows alongside an integration and configuration guide.

It will produce an Android App bundle (.aab), an iOS IPA file, and a Windows MSIX package which can be submitted to the corresponding app stores.

The pipeline uses the cloud agents of Microsoft and can benefit from parallel builds if available (paid option). It will execute the following steps for every platform:

  1. Install Flutter SDK
    The current stable channel version will be installed by default.
  2. Build app (iOS, Android, Windows)
    Every app is…

--

--

xeladu

Flutter and Firebase expert, blogger on QuickCoder.org, find my ebooks and freebies on shop.quickcoder.org, contact me on me.quickcoder.org!