AMAhmad Mukhtiarinahmadmukhtiar.hashnode.dev·1d ago · 6 min readI taught our AI app builder to set up Supabase by itselfSign-in, tables and row-level security for a Flutter app — from one prompt, and what we learned about doing it safely Most AI app builders stop at the screens. You get a nice login page and a list vie00
AÇAli Çelikindizijpg.hashnode.dev·1d ago · 3 min readMaking a Flutter web app visible to search enginesFlutter web is a great way to ship one codebase to Android, iOS and the browser. It also has a well-known weakness: the page is drawn on a canvas, so a crawler that fetches your URL sees almost nothin00
TCThankGod Chibugwum Oboboinactocodes.hashnode.dev·3d ago · 14 min readThe Rise of Local-First Software: How to Build Offline-Capable Apps with Flutter and SQLiteMost mobile apps today are built with an implicit assumption that feels invisible until it breaks, the user has a reliable internet connection. Remove that assumption, put the user on a subway, in a h00
OFOluwaseyi Fatunmoleinfreecodecamp.org·4d ago · 15 min readHow to Build a Dart Package Analytics Tool with the pub.dev API: Beyond the 30-Day WindowWhen I published my package on pub.dev, the first few days were exciting as the number of downloads climbed. 201 downloads in a few days! Then something strange happened. The number dropped: 120, then00
GGeekyAntsintechblog.geekyants.com·4d ago · 6 min readFrom Prompting to Process: What Changed When Flutter Shipped Agent SkillsGoogle is starting to ship Flutter’s engineering workflows as machine-readable guidance for AI agents. It may look like another AI feature, but it hints at a much bigger shift in how teams build with 01B
FSFlutter Senseiinfluttersensei.hashnode.dev·Sep 15 · 18 min readFlutter InputFormatters – Numbers, Currency, Phone Numbers and Custom FormattingEver watched a user try to type a phone number into your app, only to watch them struggle with dashes, spaces, and accidental letters? It happens all the time. Bad text input breaks user experience fa00
ASAdvay Sanketiinadvay-writes.hashnode.dev·Sep 14 · 13 min readThe Conservation PrincipleThe Simple Button ElevatedButton( onPressed: save, child: const Text('Save'), ) A tiny declaration. One tap target. One word on it. If I asked you how much work "draw a button" represents, you'd 00
DSDev sutharinmadebydev.hashnode.dev·Sep 13 · 4 min readReact Native vs Flutter in 2026: Which Should Your Startup Choose?If you are planning a mobile app, one of the first technical decisions is the framework. In 2026 the two serious cross-platform options are still React Native and Flutter. Both let you ship iOS and An00
Kkasinadhsarmainblogs.kasinadhsarma.in·Sep 12 · 9 min readBuilding Secure TOTP Two-Factor Authentication (RFC 6238) in Dart/FlutterMost "add 2FA" tickets turn into a scramble because the algorithm feels like it should be obscure, when really it's a short, well-specified RFC that Google Authenticator, Authy, 1Password, and every o00
AAAtuoha Anthonyinfreecodecamp.org·Sep 11 · 39 min readHow to Implement LEGO Architecture in Flutter [Full Handbook]Almost everyone has snapped two LEGO bricks together at some point, even without owning a single set as an adult. You press one brick down onto another, feel it click, and it holds. You likely never o00