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...
DEVTO
Why We Recommend Flutter for 80% of Enterprise Apps
If you are a CTO or a Founder planning a mobile strategy in 2026, you are likely staring at a frustrating spreadsheet. On one side, you have the market reality: You need to be on both iOS and Android....
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...
DEVTO
[Boost]
React Native vs Flutter for Enterprise Apps: Making the Right Choice in 2026 Kumar Harsh ・ Feb 23 #mobile #reactnative #flutter #programming
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 ...
DEVTO
Building a Custom Screen Time Flutter App with iOS Native APIs
Integrating Apple's powerful Screen Time APIs—Family Controls, Managed Settings, and Device Activity—into a cross-platform Flutter application requires bridging native iOS capabilities with Dart code....
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...