Flutter DevOps CI/CD

81 Views Asked by At

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?

1

There are 1 best solutions below

0
justin_henrotte_deuse On

It depends on the git repository that you are using:

  • GitHub: Use GitHub Actions
  • GitLab: Use GitLab CI/CD
  • Microsoft Azure: Configure Azure DevOps pipeline

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.