I built an isomorphic web framework for Dart (SSR + Hydration, HTML-first) — Meet Spark ⚡️
r/dartlang · Jan 22, 2026
Hi everyone, I wanted to share a project I’ve been working on called Spark. It’s a new full-stack web framework for Dart designed to bridge the gap between traditional SSR frameworks and modern SPAs. ...
Will there be an Expo EAS Build (Cloud ios build without Mac) or something similar to flutter in the future?
r/flutterdev · Jan 22, 2026
I’m currently building a Flutter app for a company that will be used internally. Their employees use a mix of Android and iOS devices, so I need to support both platforms. The problem is: I don’t have...
I built a CLI to manage AI Agent "Skills" using High-Density instructions (40% fewer tokens
r/flutterdev · Jan 22, 2026
Hey everyone, If you use Cursor, Claude Code, or Copilot, you’ve probably hit the "Context Wall." You copy-paste your 500-line style guide into .cursorrules, and suddenly your AI gets forgetful becaus...
Seeking advice: My open-source Flutter code was stolen, admitted by the thief, and Google Play reinstated their app"
r/flutterdev · Jan 22, 2026
I am a recent graduate computer science student from IIIT Bhagalpur and I am writing this with a very heavy heart. For the past year I poured my soul into developing an app called Naam Jaap. My goal w...
Built a Flutter app that embeds a Web Server to enable browser-based screen sharing (WiFi Mirror) – Open Source
r/flutterdev · Jan 22, 2026
Hey Flutter devs 👋 I recently built WiFi Mirror, an open-source, cross-platform screen sharing app that works entirely over local WiFi. The main idea was simple: 👉 Let people view a shared screen wi...
Burned out and honestly losing hope in the Flutter job hunt
r/flutterdev · Jan 22, 2026
Hey everyone, I don’t usually post stuff like this, but I’m at a point where I really need advice from people who actually understand this field. I’ve been working as a full-time Flutter developer for...
Flutter UI keeps breaking on different screen sizes… what’s the ONE thing seniors do to avoid this?
r/flutterdev · Jan 21, 2026
Hey everyone, I’ve been learning Flutter for a few months now and I’m honestly stuck on something that’s starting to drive me crazy. It’s about screen sizes and layouts. When I run my app on different...
Best ORM for Dart? I built one inspired by Django — here's what I learned
r/dartlang · Jan 21, 2026
I spent months searching for a good ORM for Dart backend projects. Tried a few options, but nothing felt as productive as Django's ORM that I was used to from Python. So I built one: JAO (Just Another...
Made a Dart package registry for GitLab - works like npm/Maven with CI token
r/dartlang · Jan 14, 2026
So here's the thing - I've been dealing with shared packages across multiple Flutter apps at work for years. We use GitLab, and our options have always sucked: Git dependencies: Work until you need pr...
I built Aim - a lightweight Hono-inspired web framework for Dart
r/dartlang · Jan 12, 2026
Hey r/dartlang ! I've been working on Aim, a lightweight web framework for Dart inspired by Hono and Express. Why I built this I wanted something that feels familiar to developers coming from Node.js/...
Handling client disconnects on HttpServer
r/dartlang · Jan 11, 2026
I encountered a problem where: Client opens a request HttpServer fires, request is processed by writing headers and then adding a stream to response body Client pauses the request. For example, a medi...