REDDIT
UI Overhaul & Local Saves! ð Next step: Cloud Sync with Supabase? ð¤
Yo Reddit! steinflow.lab is back with an update on Solitaire Pulse! ð⨠Iâve been focusing on the "feel" of the app, moving from a simple experiment to a more polished software tool. Hereâs wh...
DEVTO
Stitch + Antigravity + Flutter: Build Apps with AI Agents in 2026
In 2026, the way we build Flutter apps has completely changed. You no longer start by opening VS Code and typing widgets line by line. Instead, you describe your app in plain English, an AI agent desi...
REDDIT
Almost a year in, is Liquid Glass still a headache?
When Liquid Glass first dropped, I thought it would be the end of Flutter. Then, there was the hope that the team would push an optimization to the Impeller engine or some hero would publish a magic p...
REDDIT
AI prompt template
REDDIT
Flutter vs VuejS (chatGPT analyse) - is it still true ?
[Question: We are considering building a large-scale project, potentially for hundreds of users. It is a large application, with dozens of screens, more than 100 database tables, and a very large amou...
REDDIT
I built a package that records ANY Flutter widget directly to a high-quality MP4 video ð¥
Hey Flutter devs! Iâm really excited to share a milestone for widget_recorder_plus. I built this package because I needed a clean, simple way to record widgets, animations, and dynamic content direc...
DEVTO
How I Built an AI Pipeline That Converts Floor Plans to 3D Printable Models
The Problem Turning a 2D floor plan into a 3D model is tedious. Architects spend hours tracing walls in SketchUp or Blender. Non-technical users have no viable path at all. I wanted to automate the en...
REDDIT
I know NOTHING about Flutter ð
â best courses with real projects?
Hey everyone ð Iâm a Junior Full Stack Developer currently working my way towards a Mid-Level position. Iâve been focusing on improving my skills, and now I want to start learning Flutter from ...
REDDIT
Is anyone doing Flutter in Google Summer of Code 2026 ?
I'm going to contribute my work in Flutter in GSoC 2026, looking for folks so that we can discuss and help each other out. anyone with previous Flutter/Dart or other tech stack GSoC experience, please...
DEVTO
Flutter App Stuck on Splash Screen: A dev_dependencies Mistake
Recently, i added some features to my side project flutter app. The app is available on both platforms: Google Play Store and App Store. If I release to both platforms at once and some bugs occur, it ...
REDDIT
Flutter finally has a real torrent engine full libtorrent 2.0 support
I built a Flutter package that wraps the full native C++ libtorrent 2.0 engine the same one used by qBittorrent!! Unlike existing Flutter torrent packages, this isnât a partial implementation or mob...
DEVTO
How to Fix Google Play Core 1.10.3 Rejection in 60 Seconds (Target SDK 34)
Still getting the "com.google.android.play:core:1.10.3" rejection after targeting SDK 34? Even after updating all your dependencies? You are not alone. Many hidden 3rd-party packages still pull the ol...
REDDIT
Looking for a Programming Buddy (Serious Builders Only)
ð Looking for a Programming Buddy (Serious Builders Only) Hey everyone, Iâm looking for a programming buddy who wants to focus on real-world development â not basic tutorials or small demo apps...
REDDIT
Built my first Flutter app (drawing canvas) â looking for technical feedback
Hey everyone, I recently published my first Flutter app called Aakriti, and Iâd love to get some feedback from the community. The main goal of this project was to learn how to handle custom drawing ...
DEVTO
Flutter Interview Questions Part 2: UI Widgets & Layouts
Welcome to Part 2 of the Flutter Interview Questions series! Now that you have the Dart and Flutter fundamentals from Part 1, it is time to master the UI layer. This part covers everything you need to...
REDDIT
How do you handle analytics instrumentation without it taking over your sprint?
Running a Flutter app with a small team. Product keeps asking "can we see how users interact with X" and the answer is always "yes but we need to instrument it first." Which means a ticket, a sprint, ...