How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

πŸš€ Flutter CI/CD using Git Tags in 5 minutes

calendar_today May 14, 2021 person Julien domain monisnap

Table of contents What you will need What you will do Step 1: Deployment script Step 2: Git push with tag What you will need πŸ“² A Flutter app (obviously) πŸ“¦ A Github, Gitlab or Bitbucket account ✨ A Codemagic account (linked to your app repository) 😁 Your best smile What you will do You will create a git tag containing your new app version, then push it to your repository. It will automatically trigger a Codemagic build, and release your app on the Play Store πŸš€ Step 1: Create a deployment script πŸ›  Below you’ll find code to configure the CI/CD. You just have to add it to the root of your reposito

open_in_new Read original post