REDDIT
Inviting every Flutter developer to try our beta for free!
Hello everybody, I and my co-founder have been developing AI Flutter App builder for last 8 months. What started as templates for Dart is now turned into a full fledged software that Plans, Design Scr...
MASTODON
I started rebuilding my #flutter app in #expo and #reactNative and after three days of testing on…
I started rebuilding my #flutter app in #expo and #reactNative and after three days of testing on the emulator I decided to make a local build of an apk. Turns out you need an expo account to do that!...
REDDIT
Newbie doubt
Why are we using repository in flutter bloc which have the same content as our model classes. Somebody pls explain
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...
MASTODON
macOS端末は、MacBook Air M3とMac mini M4がある。Flutterのビルドなど、miniのほうが断然速い(様に感じる)。実機を接続した作業はMacBook…
macOS端末は、MacBook Air M3とMac mini M4がある。Flutterのビルドなど、miniのほうが断然速い(様に感じる)。実機を接続した作業はMacBook Airのほうがやりやすいが、miniでもできなくもない。という使い分け。実機とFlutterビルドが両方必要な状況ではminiを使うのがよいが、MacBook Air側でうっかりビルドが始めてしまって、少し重くてがっか...
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 ...
MASTODON
Building AI-Powered Flutter Apps https://lemmy.world/post/43928372
Building AI-Powered Flutter Apps https://lemmy.world/post/43928372
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...