REDDIT
Using Dart MCP + Flutter Driver for automated QA on physical devices â anyone doing this differently?
I've been experimenting with using Claude Code to run QA tests on a physical iOS device by combining two MCP servers: Dart MCPÂ (@anthropic-ai/dart-mcp-server) â connects to the Dart Tooling Daemon ...
REDDIT
apple developer account issue
hello everyone i live in a 3rd world country and unfortunately i can't pay the 99 dollar i have the icloud account and PayPal account linked to redotpay the payment simply won't go through. any advice...
REDDIT
Howâs Python as a Backend + CMS
Iâve been exploring backend options lately and Python keeps coming up again and again. For backend development, Python (especially with frameworks like Django and FastAPI) seems really powerful: Cle...
REDDIT
We built the country picker we always wished existed on pub!!
At Codeable, we build a lot of production apps. A clear gap that we always noticed was that, although so many country picker packages were available on pub.dev, none of them really felt compl...
REDDIT
16 KB Page Size Support: Is Your Flutter App Ready?
If youâre maintaining a Flutter app on Android 14+, thereâs a new failure mode you canât ignore. Android devices are moving from 4 KB to 16 KB memory page size. This doesnât fail at compile ti...
REDDIT
Building interfaces for OpenClaw agents?
Has anyone started working on Flutter wrappers forOpenClawtool-calling? I'm looking at how the agent handles the handoff to physical marketplaces like RentAHuman. The state management for a "human-in-...
REDDIT
What OS are you using for Flutter development?
I am a longtime macOS user and I am curious what OS others use and if they are happy with the Flutter development experience on their OS?
REDDIT
Rules for Claude
Writing code with Claude will usually generate anti-patterns, deprecated, and bad-performing code, so I wrote these sets of rules with Claude to fix this issue and put them inside a skill. I would app...
DEVTO
FlutterFlow Production Apps Explained: A CTO’s Guide for 2026
By 2026, the conversation around no-code and low-code platforms has changed completely. These tools are no longer just for hobby projects or weekend experiments. CTOs are now being asked serious quest...
DEVTO
The Dart async/await Function: What Your App Is Actually Doing When It Says “Loading…”
For a long time, I thought “loading” meant my app was stuck. Not broken. Just frozen. Waiting. Politely doing nothing until the data finally showed up. That idea lived in my head every time I saw a lo...
REDDIT
My immediate mode TUI framework, Dascade, is now open source!
Hello, if youâre looking for a WORA Dart-based TUI framework with web compilation support, Dascade may be for you! Contributors welcome! I could really use some help defining even more stock UI elem...
DEVTO
Design-Driven Firebase in Flutter: Building Custom In-App Messaging with SwiftUI & Compose
🆕 Design-Driven Firebase in Flutter: Building Custom In-App Messaging with SwiftUI & Compose In-app messaging plays a critical role in how users interact with modern apps — from promoting offers to d...
DEVTO
GoRouter Advanced Tutorial 2026: Bottom Nav, Nested Routes, Auth Redirects & Typed Navigation 🚀
I remember being asked early in my career as a software engineer whether I could persist the bottom navigation so it would stay on the screen regardless of which page the user navigated to. My colleag...
REDDIT
Stacking multiple beverages in a single shape (Coffee + Water + Tea) - My journey from SVG to PNG
I've been working on a hydration tracker (DewDrop) and wanted to share a technical challenge I just solved: visualizing multiple drinks stacked in one container with smooth animations. The Problem: Us...
REDDIT
Starting to learn API integration in flutter.
Hello everyone. Ive been working on my flutter skills and built some basic UI projects. So for someone new to APIs where do you recommend me to start. Should I start with the standard http package? An...
REDDIT
[ Open-source ] Just released FlutterGuard CLI â analyze any Flutter app and see exactly what an attacker can extract so you can protect it.
Hello devs, I need feedback from you! I have been working on a utility that is specific to Flutter app scanning, that scans it and create a full report on every finding on it, including: ð Secrets ...
REDDIT
OnePlus8Pro crashes appear instantly. IP owned by Google
Several crashes of packages used popped up within milliseconds or seconds. Most of them were related to SDKs opening which is not exposed. classes not found etc. I saw our backend logs, and only fhe f...
REDDIT
Droido a debug-only network inspector for Flutter
I just published Droido a debug-only network inspector for Flutter. Supports Dio, HTTP & Retrofit Persistent debug notification Modern UI Zero impact on release builds (tree-shakable) Would love if yo...
REDDIT
My first flutter app
After being away from programming for more than 10 years, I decided to get back into development earlier this year after discovering the idea of âvibe coding.â I set up Flutter and Android Studio ...