Write Scalable Circle CI Workflows for Flutter, The Orb Way
It's a challenge to maintain Circle CI commands, jobs, workflows, and everything else in a single config.yml or config file. Luckily, there's an alternative way to make it more human-readable for the developer teams.
Guide To Use GNU Make For Flutter
GNU Make or Make helps simplify commands you need for your Flutter project. Although Make is not a 100% replacement for your shell scripts, Make compliments those.
Improve Flutter iOS Build Time
When Using Firestore
Slow builds whether locally or in the CI reduces developer productivity. If you integrated Firestore in your Flutter app, chances are, you may have experienced slow builds in your apps.
Guide To Automate Flutter to TestFlight using Fastlane and Semaphore
Continuous integration and deployment for iOS bring confidence to developers when shipping products to customers. TestFlight makes it easy for developers to publish apps to early or beta testers and Semaphore is a fast CI/CD service that supports iOS deployment to TestFlight.
Automate Flutter iOS Apps Deployment to Firebase using Semaphore
Deploying iOS apps to early testers helps you get feedback for improvements or detect issues that came out from early on during the development. Firebase App Distribution, or App Distribution, is a service that helps you deploy your Flutter apps to testers.
Continuous Integration for Flutter Apps on iOS with Semaphore
Publishing iOS apps are known to have a complex and tedious process in the developer community. The publishing process includes dealing with code signing the builds and the review process set by Apple to decide whether it meets their standards for public release.
Deploy Flutter Android Apps to Firebase using Semaphore
Building features and beautiful UIs is a satisfying feeling, but shipping them to users should be the goal to keep in mind. Having your app tested by real users before public release is a critical part of the software development cycle. In this article, you will learn how to distribute
Build and Test Flutter Apps using Semaphore
Building beautiful and functional apps in Flutter is easy, but how do we make sure that we deliver a great user experience at scale? We can do it by integrating and running automated tests for every new change pushed to our codebase.
10 Tips to Secure Your Flutter Mobile Apps
Most of us depend on our devices daily for almost everything we do. Whether it's for taking photos of our WFH setup, ordering food, shopping online, and banking, a lot of us do this using our mobile phones.
Deploy Your Flutter iOS Apps Using Fastlane and Github Actions
This article will guide you on how you can automate the CI/CD workflow of your Flutter’s iOS app.