OIOnuoha ifeanyiino-ifeanyi.hashnode.dev·Apr 23, 2023 · 12 min readFlutter + 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...03RJC
OIOnuoha ifeanyiino-ifeanyi.hashnode.dev·Apr 5, 2023 · 12 min readFlutter + 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...00
OIOnuoha ifeanyiino-ifeanyi.hashnode.dev·Oct 27, 2022 · 4 min read100 Days Of GoI have been considering learning a backend development for a while now because I thought and still think it'll be cool to build an app from scratch. Aside that I also found it interesting how easy it is to have changes reflect in production. Because ...00
OIOnuoha ifeanyiino-ifeanyi.hashnode.dev·Oct 17, 2021 · 11 min readDart Null SafetyDart's null safety feature was released a while back (3rd march, 2021) in v2.12.0 and for some (like people who previously used languages with null safety e.g. kotlin and swift) it seemed like a long overdue update and it only made sense to adopt it ...02T
OIOnuoha ifeanyiino-ifeanyi.hashnode.dev·Aug 3, 2021 · 7 min readFlutter Verification-Code UIRecently I've been working on two projects both of which required a screen that takes a four digit number as part of the verification/authentication process. Seeing as this is something I haven't done before and it looked quite simple, I thought it'l...01M