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 ...
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...
HACKERNEWS
FlutterJS – Compiles Flutter/Dart to HTML/CSS/JS
I've been working on this for about a year. Flutter Web uses CanvasKit (WASM + WebGL) which is great for pixel-perfect apps, but terrible for traditional websites where you need SEO, accessibility, an...
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
HACKERNEWS
State of Flutter 2026
Article URL: https://devnewsletter.com/p/state-of-flutter-2026/ Comments URL: https://news.ycombinator.com/item?id=46900353 Points: 1 # Comments: 0
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?