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....
REDDIT
InAppWebView with Linux Support (6.2.0-beta.3)
Linux setup instructions: https://github.com/pichillilorenzo/flutter_inappwebview/issues/460#issuecomment-3844578965
REDDIT
Why we still use cross platform like Flutter while we can vibe-coding native?
Iâm confused and looking for advices : Currently we can use vibe coding tool and dev mobile, web, desktop apps in native with basic understanding of programming to read code and debug as well as the...
REDDIT
Proposal: Packaged AI Assets
Hi all! I have created a proposal which would allow package authors to release with their package both MCP resources and prompts, which the Dart/Flutter MCP server would then expose. I am asking for f...
REDDIT
Designed Custom Buttons
Hi all! We're looking to bump up the UI in our game which is available as a mobile app. Up until now we've been using ElevatedButtons with a mix of corder radius, outline, and shadow to give it some ...
REDDIT
Flutter ECS: DevTools Integration & Debugging
This is Part 5 of the series. In the previous parts, we built a complete Event-Component-System framework for Flutter, including features, systems, reactive programming, and widget integration. Now it...
REDDIT
What is Dart?
REDDIT
js_interpreter | A pure Dart JavaScript interpreter supporting ES6+ features. Perfect for embedding JavaScript execution in Dart/Flutter applications
Hey folks , Iâve been working on a small open-source JavaScript interpreter written in pure Dart, and Iâm excited to finally share it: js_interpreter Whatâs this about? js_interpreter is a JavaS...
REDDIT
js_interpreter | A pure Dart JavaScript interpreter supporting ES6+ features. Perfect for embedding JavaScript execution in Dart/Flutter applications
Hey folks , Iâve been working on a small open-source JavaScript interpreter written in pure Dart, and Iâm excited to finally share it: js_interpreter Whatâs this about? js_interpreter is a JavaS...
REDDIT
code_forge_web | Flutter package
The web version of the Flutter's most powerful code editor widget code_forge
REDDIT
FCAIC #16 â A Flutter-first coding agent built on Claude Code
FCAIC #16 â A Flutter-first coding agent built on Claude Code Prompt, Code, Think: Vide CLI for Flutter Developers FCAIC #16 â A Flutter-first coding agent built on Claude Code Guest: Norbert Kozs...
REDDIT
iOS Push Notifications: Let Go of the "App Stays Connected" Misconception
When it comes to push notifications on iOS, the idea that "the app stays connected to APNs" is a misunderstanding. That's not how the system works. At its core, push connectivity is managed at the OS ...
REDDIT
Professional Flutter Folder Structure I Use for Scalable Apps â Open to Feedback
I wanted to share the Flutter folder structure I personally use while building scalable and production-ready applications. This structure is inspired by Clean Architecture and a feature-first approach...
REDDIT
How to create this kind of UI?
I wish to create a UI like the below video in Flutter. Any suggestion how I should go about it? https://drive.google.com/file/d/12H92uwW9ulW9XfThnxo6vxzxOK-VAr1R/view?usp=sharing I have a solution but...
REDDIT
How to create this UI?
I wish to create a UI like the below video in Flutter. Any suggestion how I should go about it? https://drive.google.com/file/d/12H92uwW9ulW9XfThnxo6vxzxOK-VAr1R/view?usp=sharing I have a solution but...
REDDIT
Satellite maps for a published app (with dynamic heatmap)
Hi everyone! Iâm developing an app in Flutter that needs to: - display satellite maps - overlay a heatmap that moves in real time - and be publishable on the app stores without guaranteed fixed cost...
REDDIT
dashmonx - auto hot reload your Flutter app on file save (modern dashmon fork with eXtra features)
Hey everyone I've been using dashmon for a while (the CLI tool that auto hot reloads your app when you save files) and really liked it, but unfortunately seems like it's no longer maintained. So I for...