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...
DEVTO
Build an Agentic Blog Generator with Pieces in Flutter
Building an Agentic Blog Generator With Pieces OS (Flutter) This project is a Flutter app that generates a technical blog (in Markdown) from real, recent context. The core idea is simple: use Pieces O...
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...
DEVTO
Flutter 3 Firebase Authentication: Email, Google & Apple Sign-In
Authentication is one of the most critical parts of any mobile app — and also one of the easiest places to get things wrong. I’ve published a complete Flutter 3 + Firebase Authentication tutorial that...
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...
REDDIT
foreground_service_isolate: Spawn an isolate in an Android Foreground Service
Hey there. I just released a plugin that helps you spawn an isolate in an Android Foreground Service. The isolate stays alive even if the main activity is killed. You can easily communicate with and r...
REDDIT
How I integrated Firebase Vertex AI (Gemini) to extract questions from PDFs/DOCX files in Flutter
Just shipped a study app and wanted to share some technical bits that might help others. The challenge: Let users upload any file (PDF, Word, PowerPoint, images) and extract test questions using AI. S...
REDDIT
How to detect phantom bugs or ghost bugs in flutter mobile application.
Calling out all the Experienced developers out there. Need Help!! Is there a way to detect phantom/ghost bugs in flutter mobile applications. Bugs that sometimes appears in production and then disappe...
REDDIT
Clean Architecture Cake- do you make 2 layers or 3?
I have removed the domain layer and now I am happy. What would be your take on this?
REDDIT
Satori - open source architecture visualizer for Flutter
ð I built Satori â an interactive architecture visualizer for Flutter Problem: Understanding your codebase structure at scale is hard Solution: Visualize it. Interactively. In VS Code. Features: ...
REDDIT
Responsive widgets are so hard
Responsive widgets, make a widget that looks identical in every device. Is always a catch to make a widget without fixed sizes or am i missing something? https://www.figma.com/design/HHUngbwWVZDRgATMa...
REDDIT
My wit's end
I am an EE, and I've developed a few electronic billiards products. These products connect to your mobile devices and allow you to see/track your stroke accuracy, etc. I am proud of myself but far too...