REDDIT
Best practices for building flutter bridges
What are the dos and don'ts when building a bridge between flutter dart and custom SDKs? If the answer is depends on SDK language/target OS then lets say Java and Android.
REDDIT
sync_offline_requests: 1.1.1 - Open-source Flutter package for automatic offline API sync
One common problem in mobile apps is handling API requests when the user is offline. If the request fails because there is no internet, the data is lost unless you implement a queue system. So I built...
REDDIT
I learned flutter , what's next ?
Hi Flutter Developers, I have learned Flutter and mastered the basics, including: Widgets Packages Networking (APIs and local storage) State management (BLoC, Provider) What should I do next? Do you s...
REDDIT
What are the most common issues you meet when using AI to code Flutter
For myself, I always see AI forgot how dependency injection is implemented. The AI always create new instance of Repository inside a Controller. Solution: I added a DI rules as a skill for agent, it's...
REDDIT
AI agents use Navigator 1.0, setState for everything, pre-Dart 3 patterns - I built a free plugin to fix that
I use AI coding assistants daily for Flutter work and the Dart code they generate is consistently outdated. Patterns I keep correcting: Navigator.push/pop instead of GoRouter or go_router setState for...
REDDIT
Effect of AI and Vibe Coding in Interviews
Hi guys, recently Iâve been working at a startup, and in the past 4 months I have written around 100 files, but not a single line completely manually. My concern now is how this is going to affect m...
REDDIT
Built a Flutter package for smart toast notifications
Hey Flutter devs ð I just published a Flutter package called smart_toast, and I would really appreciate it if I could get your feedback on it. The basic idea behind the package is very simple: it i...
REDDIT
Android-only flashlight app (Good for beginners to contribute)
I built a small Android-only flashlight app using Flutter + Method Channels to control flashlight intensity. Flashlight * Swipe right â ON * Swipe left â OFF * Swipe up/down â Adjust brightness ...
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...
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
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...