Alexander PanovforRoyalZSoftwareroyalzsoftware.de·May 11, 2024Fastlane ios and gitlab ci - read thisI have spent four weeks on making an automated ios deployment to testflight working. Heres what I have learned. Tools and versions Install rbenv on your runner. Trust me. I got version 1.2.0 Then I installed ruby version 3.2.0 via rbenv. Then fastlan...Discuss·49 readsGitLab-CI
Favour Olukayodeneo-femo.hashnode.dev·Dec 21, 2023Automating Flutter Deployments with Fastlane and GitHub Actions - My ExperienceThis is a documentation of my experience setting up a CI/CD flow including deployments to Google Playstore, App Store, and Huawei App Gallery with Fastlane. With every step, I will be discussing the issues I had and how I came about solving them. Ins...Discuss·2 likes·132 readsFlutter
Amit Singhamitsingh6391.hashnode.dev·Aug 26, 2023🚀 Added new YouTube series on "Flutter CI/CD with GitLab and Fastlane" !🚀 I added new YouTube series on "Flutter CI/CD with GitLab and Fastlane" ! 📱✨ Watch now (Part 1): https://lnkd.in/dJTshKmG 🎥 Part 1: From creating a GitLab repository to configuring Fastlane automation, this step-by-step tutorial will equip you wi...Discuss·1 likeFlutter
Onuoha ifeanyio-ifeanyi.hashnode.dev·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...Julius Alibrown and 2 others are discussing this3 people are discussing thisDiscuss·18 likes·4.6K readsFlutter
Kanan Yusubovyusubov.hashnode.dev·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·100 readsFlutter Tipsshell
Onuoha ifeanyio-ifeanyi.hashnode.dev·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·25 likes·3.2K readsFlutter
Christine Changyoursswiftly.hashnode.dev·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 ...Discuss·70 readsci-cd
Hakim Katendeghkatende.hashnode.dev·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·1 like·128 readsservice account
Vivek Kaushikblog.vivekkaushik.com·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·328 readsFlutter