REDDIT
I built an app where you can confess anything â no account, no sign-up, no trace. Just open and say it.
Hey Reddit, I've been working on something I genuinely wish existed a long time ago. It's a confessions app â but not like the ones that make you create an account, verify your email, and somehow st...
DEVTO
Debugging a 400 Error in Sign in with Apple Token Exchange
Today, I submitted a new build of my app to App Store Connect. While working on the Apple Sign In integration for this Flutter project, I ran into a server-side issue during the token exchange process...
REDDIT
I shipped Coffee Book to Google Play â Flutter + Clean Architecture + Supabase
After month of work, Coffee Book is live on Google Play â a coffee recipe app with 100+ recipes, brew timer, ratio calculator, and grind size guide. Here's a quick breakdown of the stack and archite...
REDDIT
Why is there no "State of Flutter" survey? Let's change that.
We have the 'State of JS' and 'State of CSS', but the Flutter/Dart ecosystem lacks a dedicated, data-driven overview of our current landscapeâfrom architecture and state management trends to real-wo...
REDDIT
Flutter Kanpur is cooking something which is way bigger from last events !
Let's make it short and clear .............................................................................................................................................................................
REDDIT
How I solved the store screenshot nightmare for 40+ whitelabel apps
So I've been dealing with this for way too long and finally built something that works. Maybe it helps some of you too. The problem We run 40+ whitelabel mobile apps. Same codebase, different branding...
REDDIT
Anyone else struggle to keep track of versions across multiple apps?
I work on a few Flutter apps on both stores. Honestly sometimes I can't remember if the latest build is already live or still rolling out. I end up opening Play Console, clicking through each app, che...
REDDIT
Is it Worth It?
Do you guys think this is a good option to bypass heavy coding? https://pub.dev/packages/synclayer
DEVTO
Pockr | Part 5 — Debugging the VM Restart Loop
A Race Condition in Kotlin Part 5 of 6 — building Pockr, a single APK that runs Docker on non-rooted Android. ← Part 4: Making Docker Run Without Kernel Modules The Symptom Alpine Linux takes ~5 minut...
REDDIT
Flutter Provider Best Practices You're Probably Missing
After a long time, I have written a deep dive article that goes into the Provider's source code, identifies where things can go wrong, what we can learn, and how we can prevent it. Check it out. I hop...
REDDIT
I built a voice call app in Flutter using ZEGOCLOUD
I recently tried building a voice call feature in Flutter to better understand how real-time audio communication works. The app lets users join a room, publish microphone audio, and receive remote aud...