DEVTO
FlutterJS: I Built a Flutter Compiler That Outputs Real HTML (Not Canvas)
The Problem Nobody Talks About Flutter Web has a secret: it's not really "the web." When you build a Flutter Web app, everything renders to a <canvas> element. That's fine for complex apps, but for we...
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.
DEVTO
Flutter Developer India – My Experience Building Android & iOS Apps
I am Abhishek Singh, a Flutter Developer from India with 2+ years of experience building high-performance Android & iOS applications using Flutter. I specialize in: • Flutter & Dart • Firebase (Authen...
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...
DEVTO
The Developer’s Guide to On-Device AI in Flutter
The mobile landscape is undergoing a paradigm shift. While cloud-based AI dominated the early days of the "intelligence revolution," developers are increasingly moving toward on-device execution. For ...
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?
REDDIT
Device Farm Choices
How do you test Flutter apps without many devices? There are so many device farms suggested and it can be a bit confusing. What's your pick?
REDDIT
Has anyone here built a ChatGPT App with Flutter yet?
Examples appear to be geared toward React, but it seems Flutter would work as well. Wondering what people's experiences have been and whether any exist in the wild yet?
REDDIT
European IT Job market report
Just found it somewhere. Has some interesting numbers. And design.
REDDIT
Hi I'am also a flutter developer
Hi I'am also a flutter developer ,i have tried applying so many jobs from linked in, naukri , indeed .wherever i am trying to apply they are asking 3-4 years is there any job portal to apply for 1 yr ...
REDDIT
Flutter developer introduction: experience across mobile and backend
Flutter developer here ð I've been working with Flutter for 3+ years, building mobile apps for both Android and iOS. Along the way, I've collaborated across different stacks (Node, React, Django), ...
REDDIT
Offline-first Inventory Management with Drift & GetX (Open Source) â Howâs my architecture?
Hey everyone, Iâve been working on a Flutter app for Inventory & Order Management. It started as a technical task, but I got really interested in the logic behind offline-first business apps, so Iâ...
REDDIT
Thoughts on Flutter app Architecture
Hey everyone! Does your architecture discussions mostly revolve around state management? Do you feel thereâs more left to discover? Check out my talk, where I discuss a few foundational building blo...
DEVTO
I Built a "Give & Take" Feedback App Because Nobody Was Reviewing My Side Projects
The Frustrating Reality of Indie Development I've shipped a few apps as a solo developer. Getting downloads? Possible with some marketing. But getting real, actionable feedback? Nearly impossible. App...
REDDIT
Here is my GUIDE for flutter debugging app on physical device via wifi
If you are building mobile app with flutter and want to debug the app on your physical device via wifi you can use following guide. From my mobile development experiences: https://github.com/adnankaya...