REDDIT
VoltNet: Scaling Flutter App Resilience to Enterprise Levels â¡
VoltNet: Scaling Flutter App Resilience to Enterprise Levels â¡ Check out the full technical deep dive on Medium to see how this framework operates under the hood and how to integrate it into your pr...
REDDIT
Anyone know if it's possible to convert a 1:1 replica of a claude HTML JS mockup to Flutter? What's the workflow here?
Title. Basically I have an app built in flutter, and I was playing with Claude to upgrade the UI and UX of one of my screens, and it did such a sexy job, and I'm trying to convert it to Flutter and in...
REDDIT
What's your experience with LLMs doing flutter work?
I have a rails app I've been working on for a while that is very featured and nearing completion. However I'm struggling with the realization after all this time that maybe a web app isn't the ideal u...
REDDIT
Got Hired at CRED- Flutter developer Intern !
Guys , cant believe I am into cred as a flutter developer intern , need to give full credit to JESUS , tbh my Prophet in 2022 said I will get a great job and here it is . It didnt happen because of me...
REDDIT
Clean, modular Flutter architecture (Open-Source example)
Hi guys, Iâm sharing an Open-Source Flutter app that focuses heavily on clean architecture, modular feature structure, and annotation-based dependency injection. The goal was to build something that...
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...