Vivek KaushikforVivek's Blogiamvivekkaushik.hashnode.net·Aug 29, 2022Publishing Flutter apps to Play Store using Github Actions and FastlaneRecently I was trying to figure out how I can publish flutter apps to the Play Store using Github Actions and publish them I did. I started reading some documentation available at flutter's official site and followed the instructions to set up Fastla...Discuss·5 likes·85 readsFlutter
Onuoha ifeanyiforOnuoha Ifeanyio-ifeanyi.hashnode.net·Apr 5, 2023Flutter + Fastlane (Part 1)Let's start by understanding what CI/CD means. CI/CD stands for Continuous Integration and Continuous Delivery/Deployment, which is a process in software development that automates testing, building, and deploying code changes. Continuous Integration...Discuss·4 likes·457 readsFlutter
Onuoha ifeanyiforOnuoha Ifeanyio-ifeanyi.hashnode.net·Apr 23, 2023Flutter + Fastlane + GitHub Actions (Part 2)Introduction In the previous article, Flutter + Fastlane, we discussed setting up Fastlane for building and deploying Android and iOS applications to the Play Store and App Store respectively. Makefile was also utilized to automate the testing, build...Discuss·1 like·262 readsFlutter
Onuoha ifeanyiforOnuoha Ifeanyio-ifeanyi.hashnode.net·Apr 23, 2023Flutter + Fastlane + GitHub Actions (Part 2)Introduction In the previous article, Flutter + Fastlane, we discussed setting up Fastlane for building and deploying Android and iOS applications to the Play Store and App Store respectively. Makefile was also utilized to automate the testing, build...Discuss·1 like·262 readsFlutter
Kanan YusubovforYusub's Blogyusubov.hashnode.net·Apr 16, 2023Create more readable shell commands for Flutter buildsYou can create simple sh scripts to run commands more easily. Also, we can integrate it with Fastlane to build beta, production releases more easily.More info: Fastlane Documentation As a tutorial, you can use the following lesson (Many Thanks to Ve...Discuss·69 readsFlutter Tipsshell
Onuoha ifeanyiforOnuoha Ifeanyio-ifeanyi.hashnode.net·Apr 5, 2023Flutter + Fastlane (Part 1)Let's start by understanding what CI/CD means. CI/CD stands for Continuous Integration and Continuous Delivery/Deployment, which is a process in software development that automates testing, building, and deploying code changes. Continuous Integration...Discuss·4 likes·457 readsFlutter
Christine ChangforYours Swiftly 📱✨yoursswiftly.hashnode.net·Feb 26, 2020CI/CD for Mobile AppsBuild and deployment automation can be an intimidating topic, but it's also an important skill to have as a developer. My team recently started a new project/repo, so we’ve been busy setting up our deployment pipeline. Since my team doesn’t have the ...Discussci-cd
Hakim KatendeforEverything JavaScriptghkatende.hashnode.net·Dec 13, 2022Setting up your Google Developers Service AccountHi there! Are you tired of struggling to figure out how to set up a service account for uploading APKs to the Google Play Console using Fastlane? Look no further! I am here to guide you through the process step by step. Let's get started and make you...Discuss·47 readsservice account
Vivek KaushikforVivek's Blogiamvivekkaushik.hashnode.net·Aug 29, 2022Publishing Flutter apps to Play Store using Github Actions and FastlaneRecently I was trying to figure out how I can publish flutter apps to the Play Store using Github Actions and publish them I did. I started reading some documentation available at flutter's official site and followed the instructions to set up Fastla...Discuss·5 likes·85 readsFlutter