Skip to main content
Showing posts with the label continuous-delivery

Continuous Delivery in Flutter on GitHub Actions - Android Release

What if we want to distribute the apps? We can create a new workflow that allows us to push a tag on the master branch to automatically distribute the apps to the shops. Sounds great, doesn't it? Let's get on with it. Android Distribution The first thing we need to do is to creat…

© 2020 Mobile Dev Hub