Category: Jenkins, bitbucket

In this article, we are talking about how to create the CI/CD Pipeline for the Flutter application. We already discussed what is CodePipeline and Codebuild in the previous article so let’s not jump into that and start creating our pipeline. In this tutorial, We will create and configure a flutter pipeline with two actions: source and Build. We will be using AWS CodeCommit but you can use GitHub, Amazon S3, AWS ECR as well as Bitbucket. We will be using AWS CodeBuild but you can use Jenkins Open source build tool also.

Related Articles