REDDIT
flutter and firebase
Hi everyone ! Context : I'm working on a flutter app with a nodejs that does the link btw my database and the app. I needed to inplant some notification when a machine is in alert. I decided to code i...
REDDIT
Fonde UI: Desktop-first Flutter UI optimized for native-quality instant feedback, with accessibility built in.
Hi everyone! I've started creating a new UI library, [Fonde UI](https://github.com/szktty/fonde-ui), originally built for my own desktop app. Fonde UI is optimized for native-quality instant feedback,...
DEVTO
I Built an App to Track all. Games, Movies, and Anime in One Place
The Problem I was drowning in spreadsheets. One for games I wanted to play. Another for movies to watch. A separate list for anime. A Google Doc for manga. And I still kept forgetting what episode I w...
REDDIT
ð I built route_pilot â a Flutter package that makes navigation actually enjoyable
Honestly, every time I needed navigation in a Flutter project, the existing packages felt like I had to learn a whole new framework just to move between screens. So I spent several months building rou...
DEVTO
RoutePilot — Flutter routing without the boilerplate
Flutter's built-in navigation works fine for small apps. But the moment you need auth guards, deep links, typed arguments, and the ability to show a dialog without a BuildContext — you're either drown...
DEVTO
Flutter Interview Questions Part 4: Networking, Storage & Testing
Welcome to Part 4 of the Flutter Interview Questions series! This installment dives deep into three pillars that every production Flutter app relies on: networking, local storage, and testing. Whether...
DEVTO
The Bug That Almost Broke My E-Commerce App
The Story of a Persistent Mobile App Bug I’ll never forget the day I received a frustrated message from a beta tester: “I can’t see any products in the app. It just keeps loading forever.” At first, I...
DEVTO
How I Debugged a Persistent Mobile App Crash and Fixed It
As a mobile developer, I’ve faced countless bugs. Some are minor UI glitches, while others are app-crashing nightmares that leave users frustrated. I want to share one such experience where a seemingl...
REDDIT
I reinvented the wheel, Dynos-sync: offline-first sync engine for Dart & Flutter
https://github.com/HassamSheikh/dynos-sync Feel free to rinse me :D
DEVTO
I built a Branch.io alternative for $79/mo instead of $499
I built a Branch.io alternative for $79/mo instead of $499 Firebase Dynamic Links shut down in August 2025. Branch.io costs $499/month. I needed deep linking for my Flutter app and didn't want to pay ...
REDDIT
MVI - Model View Intent
I was learning some native stuff and noticed two important things: most projects use MVVM (created by Microsoft's engineer in 2005, 21 years ago), but I see a trend of using MVI to cover some of the M...
REDDIT
Develpers health
REDDIT
Flutter Native: a stupid idea that I took way too far
So you think React Native is better than Flutter because it uses native UI elements instead of rendering everything itself? Well, then letâs build the same thing for Flutter. I'll do it for macOS. F...
DEVTO
Stop Fighting Raw ZPL: Building a Modern Zebra Printer Pipeline in Flutter
Let’s be honest. When your product manager walks over and says, “Hey, we need our app to print shipping labels directly to those industrial Zebra printers in the warehouse,” your stomach drops. If you...
DEVTO
Top 5 ANR Detection Tools for Flutter Apps in 2026
Application Not Responding (ANR) issues are one of the most frustrating performance problems in Android mobile apps. Unlike crashes, ANRs silently degrade user experience-leading to app abandonment, p...
DEVTO
David Stark: Top High-Paying Roles
👋 Hello Developers, The market is shifting. We are seeing a surge in MOBILE roles this week. My bot just scanned 200+ verified remote jobs, and I've cherry-picked the Top 5 roles. 🔥 Watch out for Jo...
REDDIT
I built a state management package for Flutter after getting frustrated with BLoC boilerplate â flutter_stasis
After years building fintech and healthtech apps with BLoC, MobX, and ValueNotifier, I kept running into the same issues: too many files, manual try/catch everywhere, and state that could be isLoading...
REDDIT
I built a state management package for Flutter after getting frustrated with BLoC boilerplate â flutter_stasis
After years building fintech and healthtech apps with BLoC, MobX, and ValueNotifier, I kept running into the same issues: too many files, manual try/catch everywhere, and state that could be isLoading...
DEVTO
I Baked a Flutter App Into a Car OS. Here's What Broke and What Didn't.
This came out of preparing for GSoC 2026 with AGL. Automotive Grade Linux runs the infotainment systems in production Mazdas and Subarus. It's backed by most major automakers and compiles entirely fro...