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...