How to build a CD in my Flutter app on a Windows machine?
I want to build DevOps concepts in my Flutter app but I'm using a Windows machine so Fast Lane does not support it. Are any other options available to make the continuous delivery in Windows machines?
It depends on the git repository that you are using:
I use a tool called Odevio, and there is a documentation with an example for each one of the pipeline mentioned above here: https://github.com/Odevio/Odevio-CICD. You can have a look and get inspired to create your own pipeline.