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
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...
REDDIT
[Package] Onboardly â Spotlight onboarding with interactive tooltips
Hey folks! I just put out Onboardly, a package I made because I was tired of not having an easy, no-fuss way to build onboarding flows in Flutter something light, without a pile of dependencies. Hereâ...
REDDIT
How deep does your Flutter knowledge go? Made a quiz on Flutter Framework Architecture
I always thought I knew Flutter Framework Architecture well until I started writing questions about it â some edge cases really surprised me. https://www.aiinterviewmasters.com/s/Dj2EPWP5Dr Drop you...
REDDIT
Is the M5 Pro worth it vs M5 Air
I am feeling an itch to upgrade, right now using the M2, 8/10, 16GB, and it feels slow when compiling sometimes and doing a meeting, so I am debating upgrading to the M5 Air vs M5 Pro (24gb in either)...
REDDIT
Flow-driven routing for Flutter
I've just published the flow_coordinator package on pub.dev: https://pub.dev/packages/flow_coordinator It allows you to organize your app's navigation into user flows (e.g., authentication, registrati...
REDDIT
How do you keep track of review status when you have multiple apps?
I have a few apps on both App Store and Google Play. Every time I push an update my workflow is: open ASC -> 2FA -> click the app -> check status. Then repeat the same thing on Play Console. Then do i...
REDDIT
Only For Google Play Store Developers Join Our Group Only 8 Members Needed...
Join Our Closed Tester Community https://chat.whatsapp.com/IRrN6RSx6k60EcpEAOgr6f?mode=gi_t After Joining Read Description......
REDDIT
I turned my Flutter tutorial project into a real Play Store app â here's what actually happened ...Part 1...
​ In early 2024, I started learning Flutter. Dart basics took me about 6 months, then I jumped into the docs â which, honestly, are not beginner-friendly at all. I ended up finding a YouTube ...