flutter-app-template
flutter-app-template copied to clipboard
CI scripts to build and package using Aure
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
Looks interesting. I will check it out. Thank you