DEVTO
Omega Architecture
Omega Architecture: The Nervous System for Your Flutter Apps By Yeferson Segura If you have felt that BLoC or Riverpod tie you to the UI, that navigation and business logic get mixed up, or that in la...
DEVTO
Vibe Coding Will Make You Feel Like a God. Then It Won’t.
I’m a PHP backend developer. For years I had this quiet frustration: I could build anything on the web, but I’d never built software. A real app. Something you install, something that runs on your pho...
DEVTO
Why Many Design Systems Only Need ~4 Text Sizes (And Why That’s Totally Fine)
When working with UI typography, many developers and designers get confused about one thing: If something is a “higher level” in the information structure, shouldn’t it use bigger and bolder text? Thi...
DEVTO
Hey I Am Alive – The Easiest Way to Stay in Touch With People You Care
In today’s busy world, it’s easy to lose touch with people we care about. Work, travel, different time zones, and daily responsibilities often make it hard to stay connected with friends, parents, chi...
DEVTO
I built a mobile app to control Claude Code and Codex from my phone
I use Claude Code and Codex CLI for most of my side projects. The problem? Every time the agent needs approval or finishes a task, I have to walk over to my Mac. That's fine during work hours, but on ...
DEVTO
Build a Production Ready Flutter API Client with Automatic Token Refresh
Build a Production Ready Flutter API Client with Automatic Token Refresh Most Flutter applications eventually need a robust networking layer. Handling authentication, token refresh, retry mechanisms, ...
DEVTO
Stop Writing API Boilerplate in Flutter — Build a Production Ready API Client with Dio
Stop Writing API Boilerplate in Flutter — Build a Production-Ready API Client with Dio Every Flutter developer eventually faces the same problem when working with APIs. You start with a simple HTTP cl...
DEVTO
I Built a Flutter Package That Reads Credit Card Data via NFC — Here's How
A deep dive into building emv_nfc_reader, an open-source Flutter plugin that extracts card numbers, cardholder names, transaction history, and more from EMV chip cards using NFC. Have you ever wondere...
DEVTO
How to Build an AI Chatbot on Android with Flutter
Flutter has revolutionized cross-platform mobile development. With a single codebase, you can deploy to both Android and iOS—perfect for startups and enterprises alike. If you're looking to build an A...
DEVTO
How I Built CareLog: A Flutter App for Home-Visit Healthcare Providers
TL;DR: CareLog is a cross-platform Flutter app that helps home-visit doctors and nurses track patients, schedule visits, manage payments, and view practice analytics — all offline-first with optional ...
DEVTO
# 001: FlutterMe Series- Time to take a step back
I've been wondering about the best way to document my development journey and increase my visibility online. After much thought, I've decided to start a new blog series focused on mobile development c...
DEVTO
Debugging a 400 Error in Sign in with Apple Token Exchange
Today, I submitted a new build of my app to App Store Connect. While working on the Apple Sign In integration for this Flutter project, I ran into a server-side issue during the token exchange process...