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...
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...
REDDIT
What method do you use to learn a new language or tool
Hey everyone! Iâm currently learning the Flutter framework, and I really love both Dart and Flutter. I can see my skills improving day by day as I keep learning. I wanted to ask you guys, what metho...
REDDIT
Send mobile UI elements + context directly to AI coding agent in two clicks
Hey everyone, Iâm the developer of MobAI (https://mobai.run) and iOS builder (https://github.com/MobAI-App/ios-builder). MobAI is already used to connect AI agents (Codex/Claude Code/etc.) to iOS / ...
HACKERNEWS
Show HN: Nocterm – Flutter-inspired TUI framework with hot reload (Dart)
Over the past couple of months I've been working on a TUI framework heavily inspired by Flutter, written in Dart.The API is modeled after Flutter. StatefulComponent, setState(), Row, Column, Expanded,...
REDDIT
Why Proton did not consider Flutter for their mobile app
Flutter is a proprietary framework controlled by Google, which has a history(new window) of abandoning in-house technologies and had recently laid off a large portion of the Flutter team. For a prod...
REDDIT
What features do you recommend for a chat app?
From your experience, what chat features do users actually expect today?
REDDIT
Why we stopped starting Flutter projects from scratch (and why you should too)
Over the years, our flutter developers team at SolGuruz has worked on many Flutter apps across different clients and use cases. One pattern kept repeating: every developer would: Start from scratch, f...
REDDIT
firebase_messaging: Manual APNs forwarding (iOS 13+) vs. Upgrading to v16+ (Min iOS 15)
Hey folks, Dealing with the classic SceneDelegate migration headache. After migrating, push notifications broke, a known issue in firebase_messaging v15.2.4. The Dilemma: Official Fix: Upgrade to v16....