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...
REDDIT
I reinvented the wheel, Dynos-sync: offline-first sync engine for Dart & Flutter
https://github.com/HassamSheikh/dynos-sync Feel free to rinse me :D
REDDIT
MVI - Model View Intent
I was learning some native stuff and noticed two important things: most projects use MVVM (created by Microsoft's engineer in 2005, 21 years ago), but I see a trend of using MVI to cover some of the M...
REDDIT
Develpers health
REDDIT
Flutter Native: a stupid idea that I took way too far
So you think React Native is better than Flutter because it uses native UI elements instead of rendering everything itself? Well, then letâs build the same thing for Flutter. I'll do it for macOS. F...
REDDIT
I built a state management package for Flutter after getting frustrated with BLoC boilerplate â flutter_stasis
After years building fintech and healthtech apps with BLoC, MobX, and ValueNotifier, I kept running into the same issues: too many files, manual try/catch everywhere, and state that could be isLoading...
REDDIT
I built a state management package for Flutter after getting frustrated with BLoC boilerplate â flutter_stasis
After years building fintech and healthtech apps with BLoC, MobX, and ValueNotifier, I kept running into the same issues: too many files, manual try/catch everywhere, and state that could be isLoading...