REDDIT
I shipped a Flutter state lib (PipeX) â hereâs how it did vs Riverpod, BLoC, MobX on Rainbench
Hi r/FlutterDev, Iâve been working on PipeX (pipe_x on pub) â a small Flutter state library built around pipes, hubs, and sinks (fine-grained reactivity, minimal boilerplate). I recently ran ...
REDDIT
I built a âLiquid Glassâ Flutter Widget Showcase (160+ widgets with live previews) â would love your feedback & ideas ð
Hey everyone! Iâve always liked Flutterâs Widget of the Week, but when actually building apps I kept wishing for something faster and more interactive â where I could instantly see how a widget ...
REDDIT
CI CD comparisons
What tool is best for ci cd for flutter mobile? I have seen some comments saying that Code magic deploying the latest commit in the main branch is useful, or Fastlane + GitHub actions are their goto c...
REDDIT
Will new material 3 widgets come to flutter?
hello everyone! I'm making my app in flutter, and there are some material 3 components presented on material io, but haven't been added to flutter main package. Does anybody know if there are plans to...
REDDIT
Been building a niche productivity Ai powered app for a very specific professional persona
Been building something quietly for the past few months. Won't share what it is yet, but I want to talk about the AI architecture because I haven't seen many Flutter devs go deep on this. The app targ...
REDDIT
Looking for technical feedback on our Flutter iOS TestFlight app
Weâve opened the iOS TestFlight for Cheeky, a Flutter-built fashion-tech app, and Iâd love feedback from other Flutter devs. The app is focused on wardrobe interaction, style discovery, and social...
REDDIT
[XYZ] Simplified state reactivity ft. Streams
XYZ â just another state management library inspired by Signals and GetX for surgical/fine-grained reactivity. No external dependencies (only ~100 lines of code). Simple code foundation so you can s...
REDDIT
I built Flutter Notemus â a SMuFL-based music notation renderer for Flutter
Hi everyone, Iâd like to share a project Iâve been building called Flutter Notemus â a library focused on music notation rendering in Flutter. As both a musician and a developer, one thing that ...
REDDIT
tap2exit â Double-tap-to-exit for Flutter with Android 14+ predictive back support
Hey r/FlutterDev ð Just published tap2exit â a simple widget that adds "press back again to exit" functionality to your Flutter apps. Why I built it: - Android 14's predictive back gesture was br...
REDDIT
Dart Backend in 2026: What Flutter Teams Should Actually Use
Dart on the backend has had a resurgence lately. Relic. Dart Cloud Functions. If youâre building with Flutter and youâre wondering whether the Dart backend actually makes sense now, and what your ...
REDDIT
Dart Backend in 2026: What Flutter Teams Should Actually Use
Dart on the backend has had a resurgence lately. Relic. Dart Cloud Functions. If youâre building with Flutter and youâre wondering whether the Dart backend actually makes sense now, and what your ...
REDDIT
flutter and firebase
Hi everyone ! Context : I'm working on a flutter app with a nodejs that does the link btw my database and the app. I needed to inplant some notification when a machine is in alert. I decided to code i...
REDDIT
Fonde UI: Desktop-first Flutter UI optimized for native-quality instant feedback, with accessibility built in.
Hi everyone! I've started creating a new UI library, [Fonde UI](https://github.com/szktty/fonde-ui), originally built for my own desktop app. Fonde UI is optimized for native-quality instant feedback,...
REDDIT
ð I built route_pilot â a Flutter package that makes navigation actually enjoyable
Honestly, every time I needed navigation in a Flutter project, the existing packages felt like I had to learn a whole new framework just to move between screens. So I spent several months building rou...