This article will guide you on how you can automate the CI/CD workflow of your Flutterβs Android app.
Continuous Delivery for Flutter using Fastlane and Github Actions - Pt. 2 Android
A collection of 4 posts
Continuous Delivery for Flutter using Fastlane and Github Actions - Pt. 2 Android
This article will guide you on how you can automate the CI/CD workflow of your Flutterβs Android app.
Continuous Delivery for Flutter using Fastlane and Github Actions - Pt. 1 Getting Started with CI/CD
Have you ever experienced waiting long hours to deploy a build of your app, only to know in the end, it failed because of that one little mistake that you did?
Slower project build times may result in lower productivity. Lower productivity is lost money for the business. In this article, I provided a list of configurations, and tips you can implement for speeding up your Android project's Gradle builds.
A string is a basic data type in a programming language. Strings are represented by the type String. Strings are immutable. Kotlin Strings are more or less similar to Java Strings, however Kotlin has more APIs for working with strings.