gliheng / flutter-app-template

Desktop flutter app template
MIT License
44 stars 7 forks source link

CI scripts to build and package using Aure #4

Open joeblew99 opened 4 years ago

joeblew99 commented 4 years ago

I am using Azure pipelines because it allows you to build and test on real desktops and mobiles. I have not tried it with flutter and python but it should work.

https://dev.azure.com/

It is easy to use and connects to github. Its also very fast. Maybe 20 seconds and the app is built. You can pick different OS versions, so you will see when things break before users do.

I noticed that you using python for build and packaging. I have not checked if you can use python easily using azure pipelines. https://docs.microsoft.com/en-us/azure/devops/pipelines/languages/python?view=azure-devops

gliheng commented 4 years ago

Looks interesting. I will check it out. Thank you