Mo0Khaled / flutter-azure-pipeline

This Project for building android and ios apps and deploy them to testFlight and appcenter using azure devops pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Azure DevOps Pipeline

This is a Flutter project that demonstrates how to build a Flutter app using Azure DevOps Pipeline.

we will build the following:

  • Upload the Android app to Google Play Store
  • Upload the Android app to App Center
  • Upload the IOS app to TestFlight

Note: to upload the IOS app to appCenter, you need to copy the same steps as the Android app then change the appSlug that's it.

Getting Started

  • Add the azure-pipelines.yml file to the root of your Flutter project.
  • Add the release.plist file to the ios/Runner/ folder of your Flutter project.

Resources

Visit the following links to learn more about the tools used in this project:

This is the flutter task extension that I used in the video to get the helper tasks for Flutter:

To increment the build number.

This Get the last branch name.

This Get the full branch path.

This will help you deploy to appCenter also for the app slug.

This will guide you to create the server endpoint.

This will help you create the provision profile.

This will help you add a secure file.

How to find and add variables.

A full walkthrough to create a p12 certificate.

About

This Project for building android and ios apps and deploy them to testFlight and appcenter using azure devops pipeline