REDDIT
Best DSA path for Google STEP 2027 (Python user, no C++/Java)
Hi everyone! Iâm preparing for Google STEP 2027. I know Python at an intermediate level, but I donât know C++ or Java. I want to learn data structures and algorithms specifically for LeetCode and ...
REDDIT
I built an enterprise-grade HTTP engine for Flutter focusing on Isolate-based JSON parsing and Offline-First resilience.
Hi everyone, Iâve been working on a Flutter networking package called VoltNet for the past year, and I just released v2.0. The goal was to solve a recurring issue I faced in enterprise apps: network...
REDDIT
Cubit to Cubit communication made easy
Made a very simple event bus to help me with cubit to cubit communication, as it was always ugly to elevate a stream to the repository and keep track of. You subscribe with: onRefresh<Profile>(load); ...
REDDIT
My first Flutter dart package: Azure Speech to text
Hello! I've just released my first Dart/Flutter package: Azure STT Flutter, a library that provides real-time Speech-to-Text transcription using Microsoft Azure Cognitive Services. You can find it her...
REDDIT
How do you cache network images in Flutter so they still load when the user is offline?
Hi everyone, Iâm working on a Flutter application where images are loaded from the network using URLs. I want to make sure that if a user opens the app once (with internet), the images are stored lo...
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...