REDDIT
Flutter Websocket handling for larger ticks
Hello everyone, I have created a trading app using flutter bloc setup. Now I integrated websocket price streaming - in the socket I will receive around 15k list of prices every 1 second. I have integr...
REDDIT
Helpp
Want to learn bloc but can't find a tutorial that reallly explains from the scratch.Building a blood donation app and my senior told me to add bloc state management in itt. Senior devs pls help out
REDDIT
How do Flutter teams handle production bugs?
These approaches stood out to me while learning about production safeguards. Would love to hear your suggestions! https://www.linkedin.com/feed/update/urn:li:activity:7435918672323346432/
REDDIT
AI that converts large codebases â useful or pointless?
Iâm exploring a dev tool idea and wanted some honest feedback from the community. There are three problems I keep seeing developers struggle with: Understanding large codebases Joining a project wit...
REDDIT
Whatâs your preferred IDE for Flutter development?
Curious what everyoneâs using for Flutter dev: VS Code, Android Studio, or something else? And any must-have plugins youâd recommend?
REDDIT
Shorebird (Flutter Code Push) â is anyone actually using this in production?
Been looking into Shorebird, the code push solution that lets you push Dart updates directly to users without going through store review. The pitch sounds almost too good to be true, so I want a real ...
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...