DEVTO
What a Non-Engineer Built with Claude Code in One Month
Introduction I'm not a software engineer. I don't write code for work, and I didn't study computer science. I'm the kind of person who tinkers with code as a hobby. That said, after starting to use Cl...
REDDIT
Found a Flutter app that makes testing emails way easier (DevPostBox)
Came across a Flutter repository called DevPostBox thatâs pretty handy if you use testmail.app for testing email flows. Instead of opening the browser or manually calling endpoints to check test ema...
DEVTO
Best State Management: Bloc vs. Riverpod
The Flutter ecosystem has matured significantly since its inception. In 2026, the framework remains the dominant force in cross-platform development, but the debate surrounding state management has on...
REDDIT
[Flutter] Android Live Photo
**Context:** Building a Flutter app that handles Android "Live Photos" (Motion Photo on Pixel/Samsung, dynamic photos on Xiaomi/OPPO, etc.). Need to extract and play the video portion. **Current Setup...
REDDIT
The engineering behind Flutter: Dartâs Dual-Compiler Architecture (JIT vs AOT)
Most languages force a trade-off: Fast iteration (JavaScript) vs. Native performance (C++/Swift). Dart chose both by using two completely different compilers depending on your phase: 1. During Develop...
REDDIT
Is adding a retry interceptor smart?
Hey devs, Just wanted to share something which i tangled recently. I used dio_retry to handle flaky networks, thinking it will improve the UX. But I guess it was dangerous. The scenario which created ...
REDDIT
I Was Fired After Using the Wrong Framework to Deploy a Model on Mobile Devices
One day, my boss asked me to deploy a deep learning model on mobile devices using a Flutter app. He wanted to know whether it was possible to run inference smoothly, without noticeable latency, using ...
REDDIT
Fluorite, Toyota's Upcoming Brand New Game Engine in Flutter
GitHub repo to be released Key Features: Integrated with Flutter for UI/UX Uses Google Filament as the 3D renderer JoltPhysics integration (on the roadmap) Entity Component System (ECS) architecture S...
REDDIT
I wrote a guide on adding heatmaps to Flutter apps using Microsoft Clarity SDK
Hey Flutter devs, Just published an article on integrating Microsoft Clarity SDK for heatmaps. Been using it in production and honestly surprised more people don't know about it. What you get: - Touch...
REDDIT
Moving from/Changing paths
Hello great people from this sub. I'm a Flutter dev with some years as a Flutter mobile dev, mostly as a freelancer. But I'm willing to get a regular job, in a company, with cooworkers and all. Its be...
REDDIT
Looking for partners in open source project
Hi there, I am a guy learning Flutter and I am looking for people interested in flutter and Open Source. I have an idea of a desktop app I want to make, which will be open source, and I want some frie...
DEVTO
Simplifying State Management in Flutter with Command and Result
About a year ago, the Flutter documentation was updated with new recommendations. Among its suggestions, such as the MVVM architecture I've commented on before, two patterns already known to programme...
DEVTO
How I Achieved 100% Test Coverage in a Flutter Enterprise App
2,300+ tests. Zero excuses. Here's exactly how I did it. The Challenge When I started building an enterprise-grade Flutter starter app, I set myself an ambitious goal: 100% test coverage. Not 80%. Not...
REDDIT
Firestore Optimize Package MIT
When building our app (GooseCode - a really cool example of Flutters capabilities) we originally used Firebase Firestore as the backing database primarily. Starting out the app was originally iPad fir...
REDDIT
Strategy: Using Gemini Flash for local OCR with a Regex fallback. Thoughts on hybrid AI/Algo architecture?
Hi everyone, I'm building a receipt scanning app (Flutter) and hit the classic wall with Regex parsing for dates. Handling DD/MM vs MM/DD and different separators was becoming a maintenance nightmare ...
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...