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...
REDDIT
Built a PDF viewer that is so smooth on the web build but the windows build is way worse (like 30hz)
First time ever using dart/flutter, ik it's a sin but i vibe-coded a decent looking pdf viewer bc i hated how cluttered the UIs on most popular viewers look. When i run the app on a browser it scrolls...
REDDIT
new to Dart
Hey! Iâm trying to learn Dart in VS Code and following a Video tutorial, but the same code from the video is throwing errors on my end. Iâm totally new to this. any ideas what I should check? Than...
REDDIT
Dart Devs in Sydney
Any Dart/ Flutter developers in Sydney? Hi Everyone, I have been trying to make a dart flutter app and I need someone's second opinion. Looking to partner up with like-minded developers who love to ex...
REDDIT
Error Handling Tutorial Problem - Learning and need help
I'm really new to Dart and have been following the the tutorials online. I've come across an issue that I can't find an answer for and wondered if anyone could help me. [Its the one on the dart dev we...
REDDIT
FormatException rather than Argument Exception in Tutorial
Hi, I'm really new to Dart and have been following the the tutorials online. I've come across an issue that I can't find an answer for and wondered if anyone could help me. I am following this tutoria...
REDDIT
I built a Flutter package to simplify Supabase error handling using a Result pattern (with EN/AR localization)
Hey everyone ð While working on a Flutter app with Supabase, I found myself repeatedly writing the same try/catch blocks and manually mapping different Supabase errors (Auth, Postgrest, Edge Func...