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/
DEVTO
I built a mobile app to control Claude Code and Codex from my phone
I use Claude Code and Codex CLI for most of my side projects. The problem? Every time the agent needs approval or finishes a task, I have to walk over to my Mac. That's fine during work hours, but on ...
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...
DEVTO
Build a Production Ready Flutter API Client with Automatic Token Refresh
Build a Production Ready Flutter API Client with Automatic Token Refresh Most Flutter applications eventually need a robust networking layer. Handling authentication, token refresh, retry mechanisms, ...
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...
DEVTO
Stop Writing API Boilerplate in Flutter — Build a Production Ready API Client with Dio
Stop Writing API Boilerplate in Flutter — Build a Production-Ready API Client with Dio Every Flutter developer eventually faces the same problem when working with APIs. You start with a simple HTTP cl...
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...
DEVTO
I Built a Flutter Package That Reads Credit Card Data via NFC — Here's How
A deep dive into building emv_nfc_reader, an open-source Flutter plugin that extracts card numbers, cardholder names, transaction history, and more from EMV chip cards using NFC. Have you ever wondere...