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.
(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:
- Install Flutter SDK
The current stable channel version will be installed by default. - Build app (iOS, Android, Windows)
Every app is…