What is the process of developing a mobile app?

Keyhole Software Keyhole, Video Leave a Comment

In today’s digitized era, having a mobile presence is not just an added advantage, but often a necessity. If you’ve found yourself contemplating a foray into the mobile world, you might be overwhelmed by the multitude of considerations and technical jargon that comes with the process of developing a mobile app. So in this post, we’ll break it down step …

How much does it cost to build a custom mobile app?

Keyhole Software Keyhole, Video Leave a Comment

Building a custom mobile app is an exciting venture, and in this guide, we’ll explore all the variables that influence the costs associated with building a custom mobile app. Custom Mobile App: Complexity and Creativity First of all, let’s make one thing clear: the cost of developing a custom mobile application can truly vary. Much like building a house, the …

Automating Flutter Deployments: Configuring CircleCI

Automating Flutter Deployments: Part 3 – Configuring CircleCI

Rachel Walker Development Technologies, Flutter Leave a Comment

Recently, I’ve worked on automating some internal processes for building and releasing Flutter applications. Part of this effort included utilizing Fastlane with a Continuous Integration/Delivery platform to build and deploy the app. This blog post will outline the process I followed to run the build on CircleCI after I had configured Fastlane to build and deploy the application from my local machine.

Automating Flutter Deployments: Part 1 – Fastlane Configuration

Rachel Walker Development Technologies, Flutter, Tutorial Leave a Comment

This blog is Part 1 of a three-part series exploring automating Flutter CI/CD on CircleCI. This post covers setting Fastlane to build and deploy applications, Part 2 will outline automating screenshot capture and test runs, and Part 3 will discuss configuring CircleCI to automate these processes.

The documentation for configuring Fastlane for Flutter is fairly comprehensive, however now that I have done it once, there are some things I wish I had known. As mentioned, this blog post will go through the steps for setting up Fastlane to run locally and provide some advice and resources for structuring the setup to easily migrate to a CI/CD platform.