Flutter AzureDevOps Setup

8,200

You can use Azure DevOps for Flutter project CI/CD.

1, First, you need to install Flutter extension to your Azure organization from Visual Studio MarketPlace.

2, Then, you need to create an azure pipeline for the Flutter project.

To create a YAML pipeline, you can refer to this tutorial. Please check out the official document for more information about the Azure pipeline.

3, Add Flutter tasks in your pipeline to build your flutter project.

4, Deploy your app with deployment tasks(e.g. App Center Distribute task or Apple App Store)

This blog shares a detailed tutorial. You can check it out.

Share:
8,200
blackheart dv
Author by

blackheart dv

Updated on December 20, 2022

Comments

  • blackheart dv
    blackheart dv over 1 year

    I am a new flutter developer. I would like to find out whether I am able to use Azure DevOps with FLutter? How do I set it up, so I am able to build and deploy for both IOS and Andriod? I do not have a Mac so I was hoping I could use DevOps tools to help build and Deploy IOS and Andriod apps all in one automated manner! Thank you!

  • blackheart dv
    blackheart dv almost 4 years
    Thank you very much.
  • Choco
    Choco over 3 years
    seriously you managed to do that with those instructions!.
  • RevanthKrishnaKumar V.
    RevanthKrishnaKumar V. over 3 years
    Is Micorsoft App Center supports flutter apps?
  • Magnus Johansson
    Magnus Johansson almost 3 years
    The extension mentioned in the answer seems to have been abandonded by the author, multiple issues opened since 2019. An alternative to look at is this extension: marketplace.visualstudio.com/items?itemName=hey24sheep.flutt‌​er