REDDIT
What does your crash debugging workflow actually look like in Flutter?
Genuinely curious â when something crashes in prod, what's your process? Flutter makes this harder than native IMO: Dart traces are hard to read Platform channel crashes point to the wrong layer Sam...
DEVTO
Flutter & Dart Basic Interview Questions
If you’re preparing for a Flutter interview and not sure where to start, this series is for you. In this blog series, I’ll be sharing a wide range of Flutter interview questions that are commonly aske...
REDDIT
⨠Forui Adaptive Widgets: Working with Touch and Desktop Platforms
The idea is simple: on touch devices you want larger tap targets, more generous spacing, and overall more forgiving hit areas. On desktop, you want things tighter and more precise. This comes out of t...
REDDIT
What's your tool stack for staying productive in Flutter?
Hey folks. I'm a one-person dev team with very basic Flutter/Dart and Go experience. I'd like to start building some fairly simple production-ready tools mainly for internal use at work. I have used F...
REDDIT
Iâm open sourcing my physical & mental health tracker I spent a year developing.
Hey all, I've been a professional Flutter developer for 7 years, and over the past year I built FitAndFitness as a side project. The idea was simple: there are tons of fitness apps and tons of mental ...
DEVTO
Firebase App Check: Protecting Your Backend from Abuse
I'm Berat Göktuğ Özdemir, a Senior Flutter Developer since 2018 and a Google Developer Expert for Firebase. I regularly speak at DevFest events about Flutter and Firebase. In this post, I take a deep ...
DEVTO
The Hidden Problem in Most Flutter Location Implementations
Let’s talk about something most Flutter developers implement… but rarely optimize properly. 👉 Location services. At first, it feels simple: Get location Show it on UI Done But once your app hits real...
REDDIT
My Flutter Mobile/Web app build is on pause:(
Hey all! Iâm working on a social networking project. Weâre about 90% doneâjust working on UI design and final tweaks. The app is built with Flutter, covering both mobile (iOS/Android) and a web ...
REDDIT
Auth strategies for HLS audio in Flutter (just_audio limitations?)
Iâve been exploring different ways to secure HLS audio streams in a Flutter app using just_audio, and ran into an interesting limitation that seems more architectural than implementation-specific. C...
REDDIT
Story: I made a set of Flutter widgets that aren't Material or Cupertino.
I use Flutter for web and desktop a lot. And if you do too, you probably know the pain: Material works fine for mobile, but on web and desktop it screams Google. Cupertino doesn't even make sense on l...
DEVTO
I replaced the like button with a weighted slider. Here's the architecture behind it.
Every social platform has a reaction system. Facebook has six emoji reactions. Twitter has a heart. Instagram has a heart. Reddit has upvote/downvote. They all share the same fundamental design: a bin...
DEVTO
I built a pre-send tone analyzer into a chat app using Flutter and Supabase
Most messaging apps optimize for one thing: delivery speed. Message typed. Message sent. Message delivered. Done. The entire pipeline is built around getting bytes from point A to point B as fast as p...
REDDIT
I built a tool that automates App Store screenshot capture for Flutter apps â AI navigates your app on cloud devices and generates store-ready assets
I've asked a couple of mobile dev subreddits(including this one) twice (2024 and 2025): What's the hardest part of deploying to the App Store or Play Store? Screenshots came out on top both times by a...