REDDIT
Experiment: AI implementing Flutter screens end-to-end (architecture-aligned PRs)
Weâre building a system that preprocesses a Flutter repository to understand its structure before generating code. It maps: ⢠Feature/module organization ⢠State management (Bloc / Riverpod / Pr...
REDDIT
Reliable offline reminders in Flutter (even if the app is closed / device rebooted)
I ran into a frustrating problem while building a reminder feature in a Flutter app. Scheduled notifications were inconsistent when the app was closed. Sometimes they fired on time, sometimes they wer...
REDDIT
Stop Trying to Run LangChain Inside Flutter.
If youâre building an agentic AI mobile app with Flutter, this might save you weeks. When I started researching, I saw: ⢠LangChain ⢠LangGraph ⢠LlamaIndex ⢠Multi-agent systems ⢠Tool ca...
REDDIT
Estimation for decoupling Material & Cupertino
Do we have estimation when decoupling of widgets will be finished? They released the packages as I saw recently but no exact info given. Also when should we expect to get native iOS 26 Liquid Glass?
REDDIT
Firebase, but specifically for Flutter?
I recently introduced ZeytinX, a completely open-source database engine. ZeytinX is a package built locally and purely in the Dart language, featuring massive modules. However, developing a backend wi...
REDDIT
Icon rejected in Transporter
To update the app to App Store an option is to use the Transporter software, but my app is not validated there. I have an error: Validation failed (409) Invalid large app icon. The large app icon in t...
REDDIT
Flutterflow guidance needed
I have been developing a dating app using where we verify users through digilocker api , after the last update in flutterflow we are getting multiple issues in digilocker api , user verification, plea...
REDDIT
Got an interview for a Senior Flutter (BLoC) role at a US startup. First time interviewing for the USâany advice?
Hey everyone, Iâve got an interview coming up for a Senior Flutter Developer role at a US-based startup. Honestly, Iâm a mix of excited and pretty nervous. A bit about me: Iâve got 3.5 years of ...
REDDIT
Throttled Sync Tree - A high-performance hierarchical synchronization framework for complex data
Hi everyone! ð Iâve just released flutter_sync_tree, a package designed to manage complex, multi-layered data synchronization (like Firebase Firestore or multi-stage API sequences). I built this ...
REDDIT
Flutter dynamic widgets from JSON + MCP tools â where would you use this?
Hey r/FlutterDev, Iâm experimenting with a Flutter approach where the app receives a JSON payload and renders Flutter widgets from it (server-driven UI). On the backend, the JSON is controlled/assem...
REDDIT
Installing Flutter on Linux (Chromebook)
I've been struggling to install Flutter on VS Code on my Chromebook for quite some time. While I've successfully installed VS Code, I'm having trouble getting Flutter set up. I've checked the official...
REDDIT
Choosing a laptop processor for Android Studio and Flutter
Hi. I need advice on choosing a laptop, or rather a processor, for Android Studio. My budget is limited. I'm considering the AMD Rryzen 7 5825u (Dell Inspiron 5625 16"). My choice is based on relative...
REDDIT
Dart analyser plugin for reducing common boilerplate code without codegen
Hey guys, I've been trying to learn about the new `analysis_server_plugin` API on and off for a while now. I will be upfront, I have always found the usage of `build_runner` to be a turn off for me an...
REDDIT
I built a library of 17 "Agent Skills" to make coding agents (Claude/Copilot/Cursor) actual Flutter experts.
Hi everyone! Iâve been spending a lot of time recently using AI coding agents like Claude Code, Cursor, and Antigravity. One thing I noticed is that they often fall back to generic patterns unless y...
REDDIT
trinity | State Manager Package ð¦
Hi everyone, I'm here to show you a recent creation I'm working on (and with). ==TRINITY== Is a state manager package I've created thinking on optimizing code and development experience without sacrif...
REDDIT
Looking to move auth to behind my API.
I have a flutter mobile app that uses Firebase Auth on the client side to authenticate. The firebase packages add lots of build time on iOS and I also want to manage multiple deployment environments a...