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 ...
DEVTO
🚀 From V2.0 to R&D: How our internal tools fuel our Roadmap
Following the successful launch of Reklamof V2.0, we have shifted our engineering focus back to our proprietary internal app: Ruolis. Why? Because the best way to deliver cutting-edge tech to our clie...
DEVTO
Your App Worked Perfectly… Until the OS Killed It
A production story from real apps. For a long time, I thought process death was an edge case. Something you read about in docs. Something that might happen, but not in real life. After all, my apps wo...
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...
DEVTO
[Boost]
Dart Frog Part 3: Connecting Flutter to Your Dart Backend (Full-Stack Todo Demo) 🐸 Samuel Adekunle ・ Jan 21 #dart #fullstack #flutter #techwithsam
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...
DEVTO
Why I Chose Flutter — And Why I’m Still Betting on It in 2026
When I started my journey as a mobile developer, I wanted one thing: build fast, scalable apps without sacrificing performance or UI quality. That’s when I chose Flutter — and after 3+ years of real-w...
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...
DEVTO
What is Flutter? A Complete Introduction for Developers
I spent years watching development teams struggle with the same problem. They'd build their iOS app in Swift, then turn around and build it again in Kotlin for Android. Same features, same bugs to fix...
DEVTO
Dart Frog Part 3: Connecting Flutter to Your Dart Backend (Full-Stack Todo Demo) 🐸
Hey guys! Welcome to Part 3 of our Dart Frog series. If you missed Part 1 and Part 2, we set up Dart Frog and built a CRUD API for our Task App with hot reload. Watch it now if you’re new! Today is th...
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...
DEVTO
How to Collect Feature Requests and Bug Reports for flutter apps
Shipping a Flutter app is only the beginning of the product journey. Once users start interacting with the real product, they generate feedback that developers can use to improve usability, fix issues...
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/...