REDDIT
What Flutter app architecture are you using in production?
Curious what people are actually using Clean Architecture, Flutter docs approach, feature-first, or something custom? If you use any starter GitHub repo, please share.
REDDIT
Building an app with deepseek
Im creating an app uses deep seek , the app idea is simple im just will make auth - the user can chat with deepseek , and I'll make hidden prompts for deepseek to custimize the response , so what I'll...
REDDIT
Cubit/Bloc course?
Hello, im developer (in other technologies), and Iâm jumping into Flutter project which is a new technology for me. While the UI side, widgets is understandable for me, Iâm having trouble with und...
REDDIT
Built a Copy-Paste Utility with 11 Features - Here's What I Learned About Flutter State Management
I started with a simple "copy to clipboard" button and ended up building a full-featured utility app. Features I implemented: - Copy/Paste/Clear functionality - Live character and word counter (using ...
HACKERNEWS
Show HN: We ship Flutter app updates without resubmitting on AppStore
Hi HN,We built Stac a server driven UI framework for Flutter.The idea is simple: instead of shipping a new app release for every UI change, the app renders UI from JSON delivered by the backend. This ...
REDDIT
I built an immediate-mode TUI framework in Dart.
Yo. If you're looking to create a TUI and want to do it in a fast, WORA fashion, Dascade might be what you need. This is mainly a way for me to source some contributors, because I know that y'all have...
REDDIT
Navigating a Career Challenge: Overcoming Over-Reliance on AI as a Flutter Developer
Hello, I am a Flutter Developer with four years of experience on paper, though in practice, Iâve only worked actively for about a year in this role. Iâve managed to crack interviews and secure a p...
REDDIT
Building a Conversational AI using Flutter
A step-by-step guide to building a real-time conversational AI in Flutter with voice and text interaction. The system captures microphone audio, streams it in real time to an AI agent, processes speec...
REDDIT
Flutter BloC architecture AI agentic SKILL
Hi, for those using LLMs like Claude Code, Github Copilot and others. I created an agentic SKILL that will instruct your model to setup your BloC architecture in a clean beginner friendly understandab...
REDDIT
Orient UI - Design System for Flutter without Material or Cupertino [v0.1.0]
First public release of Orient UI is here! ð Itâs a collection of Flutter widgets without Material or Cupertino. Don't worry! It doesn't force you to migrate your app to OrientApp, use OrientScaf...
REDDIT
Flutter SDK: Add support chat + feedback collection in 5 minutes ($29/mo) - would you use it?
I'm validating an idea of building an SDK that lets you communicate with your users INSIDE your app USE CASES: - Customer support (AI + human agents) - Collect feedback & feature requests - Push produ...
REDDIT
"-bash: dart: command not found" error.
Good day dear sub members. I'm new to the world of coding. I literally just started today. I hope to eventually be good enough to build my own mobile app for my business. I have no previous experience...
REDDIT
Dart & Flutter news aggregator
I'm happy to share with you my new Dart & Flutter news aggregator. I currently support 8 sources: - dart.dev - flutter.dev - medium - GitHub - reddit - hackernews - devto - pub More features are comin...
REDDIT
What should i do?
So i choose mobile development with flutter as like my path rn, since it's the framework we used on our capstone project, and I contributed a lot there, and I kinda familiarize myself with it, that's ...
REDDIT
How do you stay updated with framework, platform, and policy changes?
Iâm curious how people actually stay up to date in real life. Things I personally struggle to track: Framework & language releases Platform changes (Android / iOS) Patch vs breaking updates Policy c...
REDDIT
Production Postmortem: Why I removed Hive, GetX, and Connectivity Plus from a large offline-first app
Hey everyone, I've been maintaining a production offline-first Flutter app (fintech scale) for the last year, and I wanted to share some "regrets" regarding our initial tech stack choices. We prioriti...
REDDIT
Not everything is a widget
I made a short video explaining the main reason behind Flutterâs performance
REDDIT
import '';
Hidden feature i just discovered. Use case? When you have a barrel file that's exporting stuff and you want something from that exported stuff without using explicit imports. It's like "hey! import my...