A real pain point for mobile apps is waiting days or weeks for App Store and Play Store reviews whenever you need to ship a fix or a small update to users.
That exact problem is what we are solving in this article. I’ll show you exactly how to automate your Flutter releases and patches using Shorebird and GitHub Actions, so you can push updates to users in minutes instead of waiting for store review.
We are going to create a clean, production-ready CI pipeline for both full releases and instant code-push updates.
Prerequisites
Before we start, here’s what you need:






