DEVTO
How to Build a Flutter Document Scanner App for Android and iOS
Mobile document scanning has become a baseline feature for productivity apps — think expense reports captured from receipts, signed contracts photographed in a meeting room, or ID documents registered...
DEVTO
Meet Vantura: Build Stateful Agentic AI Brains That Run *Inside* Your Flutter App
Building AI features in mobile apps usually goes like this: send a prompt to a backend server, wait, then pipe the response into a chat bubble. You end up maintaining a Python orchestration server, an...
DEVTO
Mastering the Art of Debugging in Flutter(Part Three)
Mastering the Widget World Introduction Welcome back to our journey through the art of debugging! In the previous parts, we explored general debugging principles and tackled network-related issues. No...
DEVTO
We built a pet medication tracker because every other app failed us
Last year, my partner and I adopted a dog 🐶 (keep reading, pics at the end!) And with him came a lot of love... and a lot of responsibility. Vaccines, medications, checkups — all on time. I first tri...
DEVTO
How I built a spaced repetition vocabulary app with Flutter and FSRS
I'm a solo developer and this is my first published app. I built a Spanish vocabulary app that teaches the 1,000 most common words using spaced repetition. Here's how it works. The idea 1,000 words co...
DEVTO
How to Build a Flutter MRZ Scanner App for Android and iOS
Machine Readable Zone (MRZ) scanning is a critical feature in identity verification, border control, hotel check-in, and know-your-customer (KYC) workflows. Passports and ICAO-compliant ID cards embed...