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...
HACKERNEWS
FlutterJS – Run Flutter code, get semantic HTML output
Hey HN! I'm the creator of FlutterJS.The Problem: Flutter Web is great for building apps, but terrible for websites. It renders everything to Canvas/WASM, which means:2-5 MB bundles (slow on mobile)Ze...
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...
REDDIT
Develop Flutter iOS apps on Windows with a real iPhone and Flutter debug mode
Hey, everyone! I want to share an open source tool I wrote that allows developing Flutter iOS apps on Windows using a physical iOS devices, including Flutter debug sessions and hot reload. Repo: https...
REDDIT
I built an isomorphic web framework for Dart (SSR + Hydration, HTML-first) â Meet Spark â¡ï¸
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 SP...
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
Best ORM for Dart? I built one inspired by Django â here's what I learned
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...
HACKERNEWS
Flutter is not ready for weird desktop apps
Article URL: https://felixb.xyz/flutter-macos Comments URL: https://news.ycombinator.com/item?id=46691910 Points: 2 # Comments: 0
HACKERNEWS
Show HN: Crapless craps – flutter PWA vibe coded from my phone
Hi HN,This project came out of combining a few of my hobbies: craps, mobile development, vibe coding, and coding directly from my phone.I built the entire app using only: Termux on Android, exe.dev as...
HACKERNEWS
Why Flutter Isn't Dead
Article URL: https://shorebird.dev/blog/flutter-not-dead/ Comments URL: https://news.ycombinator.com/item?id=46654490 Points: 7 # Comments: 0
REDDIT
Made a Dart package registry for GitLab - works like npm/Maven with CI token
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...
HACKERNEWS
Show HN: Plezy – alternative Plex client built with Flutter
I built a Plex client that runs (almost) everywhere (macOS, Windows, Linux, iOS, Android) because I got tired of transcoding. It uses mpv, so it direct plays pretty much anything - HEVC, AV1, HDR, Dol...
REDDIT
I built Aim - a lightweight Hono-inspired web framework for Dart
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/...
REDDIT
Handling client disconnects on HttpServer
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...
HACKERNEWS
Show HN: Tooliz – An offline-first mobile toolkit built with Flutter (Radial UI)
Hello HN,I’m the developer behind Tooliz. I built this because I was frustrated with the current state of utility apps on the Play Store—most are either 100MB+ bloatware, require unnecessary permissio...