DEVTO
5 things I learned from building and releasing Hounty
First of all, I can't believe Hounty is actually out! It's been so long since I started a small project that turned out to be a year long crusade and I can't be more proud of crossing this threshold. ...
REDDIT
Learning Flutter from scratch
Hi there, do you think itâs worth starting an adventure with Flutter in 2026 and trying to find a job connected with it?
REDDIT
Built an entire PDF editing suite for iOS, macOS, Android with Windows coming soon
Most features are free, only the advanced ones are priced, like using a local LLM model to summarize PDFs or digital signatures. Reached 100K downloads, it beats Adobe in both performance, pricing and...
REDDIT
do you use flame features on your non-game apps?
After some time doing game-development I've realized that some features in flame can actually be used on comercial apps too, I wonder if people do this. For example, flame has it own audioplayer libra...
REDDIT
Need solid Flutter learning resources
Iâve been using Flutter, but I donât feel strong on the fundamentals (state management, architecture, performance, etc.). Iâm looking for solid, in-depth resources - structured courses, good You...
REDDIT
Why the every post at Linkedin look like Bullshit
Six years into this career and Iâm honestly exhausted. Iâm burned out from the nonstop AI hype and watching the job market and entire industries feel like theyâre falling apart. Suddenly everyon...
DEVTO
The Modern Startup Stack: Launch App with FlutterFlow and Supabase
Introduction: Why Founders Want to Launch App with FlutterFlow and Supabase Early-stage startups do not fail because of bad ideas. They fail because execution takes too long and burn rates move faster...
REDDIT
Built a simple Pokedex App for my portfolio. Would it be good to show into job applications?
This project was actually the technical test that landed me my current job. Because all of my day-to-day work is proprietary, and my advanced personal projects are closed-source, this is one of the fe...
DEVTO
Preparing for Your Flutter Interview: A Complete Guide
Flutter Interview Questions: Beginner to Advanced 🟢 Beginner What is the difference between Stateless and Stateful Widgets? What is the difference between final and const? What is the difference betw...
DEVTO
Building Crash-Free Flutter Apps with Fluxy DevTools and the Stability Kernel
Flutter gives us incredible power and flexibility, but it also comes with a familiar pain point: runtime UI crashes caused by layout mistakes, constraint conflicts, and unsafe interactions. Anyone who...
DEVTO
Derm-Scan: Building a Privacy-Preserving Skin Lesion Classifier with Med-SAM and Flutter
Privacy in healthcare isn't just a feature; it's a fundamental right. When dealing with sensitive medical data like skin images, users are often hesitant to upload photos to the cloud. Today, we're bu...
REDDIT
Tip: ListView.builder with fixed-width items vs Row+Expanded for horizontal card lists
Spent way too long on this so sharing in case it helps someone. I was using a Row with Expanded widgets for a horizontal card layout and it looked fine on my test device but was breaking on different ...
DEVTO
Run Cross-Platform Commands in Flutter
💻 Introducing Command Interpreter: A Game-Changer for Flutter Desktop Apps As developers, we're always on the lookout for tools that make our lives easier and help us build better applications. Today...
DEVTO
Flutter vs React Native in 2026: A Technical Architecture Comparison
If you're choosing a cross-platform framework in 2026, you're probably looking at Flutter and React Native. Both have matured significantly, and honestly, either can work for most projects. But the de...
REDDIT
Lessons from building a 43K-line Flutter app with Gemini 2.0 Flash, 20-language localization, and a dual theme system
I've been building a personal finance app in Flutter for over a year and wanted to share some lessons from the codebase as it grew to ~44K lines across 151 Dart files. Not a tutorial â just things I...