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...
REDDIT
BLoC states: explicit vs Freezed copyWith
I keep running into this question when working with BLoC. Using explicit state classes makes things clearer and usually easier to debug, because the current state often tells the whole story. The down...
REDDIT
I built a Flutter â HTML compiler. It's incomplete. Need community help.
Hey Flutter community, I've been working on a compiler that converts Flutter/Dart code to semantic HTML/CSS/JS instead of canvas. What I built A different approach to Flutter Web - same Flutter syntax...
REDDIT
Thoughts on Jaspr for Dart Web vs React or Flutter Web
Hi everyone, I want to ask for opinions about Jaspr (Dart for Web). I have been a Flutter developer for over 7 years. Whenever I needed proper SEO for a Flutter Web app, I usually built a small React ...
REDDIT
We got a Flutter game working in Discord
If anybody was eyeing Discord as a new distribution platform for their game/app in Flutter, here is a short article describing challenges that you might encounter and how we solved them for our own ga...