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, ...
REDDIT
Any Topic
I need to find a small topic about technology or any topic related to Flutter to present to my group. I want to get ideas from everyone, I'm really out of ideas :((
DEVTO
Cross-Platform vs Native iOS Development: What’s Better?
Introduction When it comes to building mobile apps, partnering with a professional IOS app development service ensures you make the right technology choice. One of the biggest decisions businesses fac...
REDDIT
I built an AI Image Generator in Flutter using a free Stable Diffusion API (step-by-step tutorial)
I just finished building an AI Image Generator using Flutter and a free Stable Diffusion API, and I made a full step-by-step tutorial for it. In the video I cover: ⢠How to connect Flutter with an A...
REDDIT
Anybody building AI agents in Flutter?
I was exploring this, but didn't find a solution to implement persistent memory for the agents. I am working on an open source project that implements persistent memory for AI agents. https://memlocal...
DEVTO
I Wasted 3 Hours Describing a Bug to Cursor AI. Then I Found a Better Way.
A non-professional developer’s honest take on real device testing There’s a specific kind of frustration that only vibe coders know. You’ve been building for hours. The app looks great on the emulator...
REDDIT
Does anyone manage a separate staging and production environment for their Flutter app?
I am curious how anyone is doing with a flutter app? I want to be able to deploy completely separate staging and production environments. I would deploy a staging backend and a production backend, and...
DEVTO
Building My Multi-Vendor Marketplace App
Hi everyone! I’m Alochan Chaudhary, a Full Stack Developer from Nepal. I’m currently building a multi-vendor marketplace app in Dart and Flutter, focusing on scalable features and smooth user experien...
REDDIT
[Showcase] I recreated the Glovo UI in Flutter
Just wanted to share my latest project, a deep dive into the Glovo app's UI/UX. I built this from scratch in Flutter to practice complex layouts and smooth animations. Itâs a pure UI project (no bac...
REDDIT
I put my Flutter app in an Android simulation on my Flutter for Web portfolio site, worked flawlessly out of the box
Click on the middle icon in the bottom dock to launch the app LangWIDGET. I just had to stub out Android-specific things like the notifications service. Otherwise, pretty minimal adjustments and it ju...