REDDIT
What Ai doesn't tell you when you build a flutter app?
Hello everyone! What started 6 months like a play with AI and flutter got to be a serious thing for me. While chatting with an AI about pets (i'm a pet lover with 2 Belgian Malinois, 2 cats, 1 parrot ...
REDDIT
Can I not opt out of dartfmt in IntelliJ?
I despise much of the default dartfmt choices. Fine, thatâs just personal. Except it isnât. AFAICT, there is no way to opt out of dartfmt if I want to use the IntelliJ plugin. To take just one exa...
REDDIT
Can we develop an iOS app on Windows using Flutter?
Yes, partially. As a Flutter App Developer, you can write UI, logic, and manage most of the Flutter codebase on Windows. Flutterâs single codebase works well for both Android and iOS. However, Appl...
REDDIT
Type-Safe Forms in Flutter? Meet ZodArt â A Schema-First Validation
Hey everyone! I've just posted an article showcasing declarative Form Validation with ZodArt in Flutter. ZodArt is a type-safe, parse-first schema validation library for Dart and Flutter. Define your...
REDDIT
Is "Local Product Search" a suicide mission for a solo dev?
Hi everyone, âIâve spent the last few months building a product search engine for local stores. â I honestly loved the process. I built everything myself. Frontend (Flutter) and Backend (Python ...
REDDIT
FlutterJS â compiling Flutter to HTML instead of canvas
Hey everyone, I've been working on a compiler that converts Flutter/Dart code into actual HTML/CSS/JS instead of rendering everything to a canvas element. What it is You write normal Flutter code, but...
REDDIT
What features would you recommend to Acadamic-performance module for a school erp mobile app made for Parents.
Hey guys, want a quick feedback what would you like to see in a mobile app as a parent from the module named Acadamic and performance.
REDDIT
State of Flutter 2026
REDDIT
Riverpod's new persist feature use case
I love this new persist feature, no need for shared preferences anymore. It made my app much faster showing data stored in local storage first while fetching new data in the background. I built my pro...
REDDIT
Back button closes app instead of navigating to first tab in go_router 17.1.0 with ShellRoute
After upgrading to Flutter 3.38.6 and go_router 17.1.0, the back button closes the app when pressed on tabs 2, 3, etc., instead of navigating to the first tab. This only works correctly on the first t...
REDDIT
Q: Limitations of Dart for Developer Experiences?
Looks like r/dartlang isn't quite active there so posting here for more audiences: I'm jumping into Flutter for few months with previous background in web(tsx) and kotlin/android, Really really impres...
REDDIT
Flutter Fastlane experience for CI CD
I was just exporing fastlane for cicd and would love to know the thoughts of the community. For me it required to learn ruby and felt it would be much easier if we have some tool in dart itself. Did y...
REDDIT
Implement AndroidAuto in Flutter
I have a music app and I managed to develop CarPlay implementation and for AndroidAuto I am facing some challenges. Any Flutter developer here who managed to implement AA with Flutter willing to help?