REDDIT
ð¨ Forui Style 2.0 & New Interactive Docs Website
Forui recently introduced two big updates: Style 2.0 is a complete revamp of how you style widgets. Instead of copying and overriding entire style objects, you declaratively describe what changes usin...
REDDIT
I built an embeddable AI inference runtime, no server, no API keys, everything runs on-device
I wanted to add AI to my apps without sending user data to a third party. I needed inference to stay on the device. So I built Xybrid. A Rust runtime that embeds directly into your app process. LLMs, ...
REDDIT
Rows and Columns in 2 Minutes
Hi guys, I'm back this week with another 2 minutes video on Rows and Columns. Please let me know what you'd like me to cover next.
REDDIT
Is it just me or is ad-hoc iOS build distribution still unnecessarily painful in 2026?
I genuinely want to know if Iâm overcomplicating this. Every time I need to send an internal or client test build (not TestFlight, just quick ad-hoc), it somehow turns into: ⢠âCan you send me y...
REDDIT
Built a 1ms UI snapshot for Flutter E2E testing â detects editor type, form validation, and best input method automatically
I've been building an MCP server for AI-driven E2E testing, and the latest update adds something I think the Flutter community will find useful. The snapshot() tool now auto-detects: - **Editor type**...
REDDIT
Why AI Agents Are Terrible at Flutter Integration Testing (And How to Fix It) | by Alexandr Filippov | Feb, 2026
Author: How I built an open-source tool that lets AI agents debug Flutter tests in real time â no restarts, no log parsing, no token waste.
REDDIT
I built a wizard to simplify web-to-app generation would love honest UX feedback
Hey everyone, Iâm working on a small project where Iâm trying to simplify the process of turning a website into an installable Android app. Recently I added a step-by-step wizard to make the flow ...
REDDIT
I built a macOS floating palette system for Flutter desktop (Windows coming next)
Hey everyone ð I just released Floating Palette, a Flutter package that brings a native-style floating palette experience to desktop apps. Right now macOS is fully supported, and Windows is next. T...
REDDIT
What debugger are you using
I am a frontend dev who has worked in js for atleast 7 years and recently I shifted to mobile development with flutter. One thing I am really missing in flutter is the debugging experience that I used...
HACKERNEWS
Show HN: I rebuilt my 13-year-old budgeting app from scratch in Flutter
I built BUDGT in 2013 as a broke student who needed one answer: "how much can I spend today without going broke this month?" It divides your monthly budget into a daily allowance — one number, updated...
HACKERNEWS
Show HN: A stream-based Flutter audio module with CarPlay/Android Auto
Hi! We open-sourced mt_audio, a stream-based audio module for Flutter that wraps just_audio + audio_service behind a single facade.We built this because in multiple production apps (podcast/radio/audi...
REDDIT
Game engines with two finger zoom/panning?
Hey everyone I recently released a game that I built on top of flutter. It's a pretty simple real-time strategy game and I was really hoping to use flame game to build it. I started with flame game bu...
REDDIT
Bringing Polly-style resilience to Flutter widgets (polly_flutter)
Last year I built and posted about polly_dart, a pure Dart port of Polly from .NET, to bring proper resilience patterns (retry, circuit breaker, timeout, fallback) into Dart apps. While using it in Fl...