REDDIT
The email-sending capability of the Zeytin package in Flutter (UPDATE)
I just released an update for the Zeytin package, and Zeytin now has the ability to send emails. Once youâve configured the SMTP settings on your server, youâll have an open-source email server th...
DEVTO
Flutter Roadmap for Beginners
Start by learning Dart and Flutter basics. Focus on widgets, state management, and API integration. Then move to architecture, testing, and deployment to build production-ready apps.
REDDIT
VSCode settings and windows defender exclusions that made my experience much better as a flutter developer
I like github copilot inline suggestions but sometimes it feels too invasive and conflicting with IDE/dart quick suggestions as I type. sometimes even making the editor feel laggy and slowing dart cod...
REDDIT
I made rush_synth - a Flutter MIDI synthesizer and sequencer in Rust
Last year I was developing an app that required low latency MIDI synthesis. The initial PoC used a popular lib at the time but it went unmaintaned and eventually it stopped building with newer Sdk. So...
REDDIT
The "what version is live?" problem is way more common than I thought
posted about an app tracking dashboard idea on r/FlutterDev this week. didn't expect much, but got 3.5k views and a ton of comments confirming the same pain point turns out managing multiple apps acro...
DEVTO
Building LifeOrder: a family planner app for everyday organization
Hi everyone 👋 I'm an indie developer from Munich and I've been working on a new Android app called LifeOrder. The idea behind LifeOrder is simple: help families organize their daily life in one place...
REDDIT
Building a decision-making app in Flutter â here's the scoring model I came up with
Been building Clarity.ai in Flutter and ran into an interesting logic problem I wanted to share. The core challenge: How do you fairly score options when they have unequal numbers of pros and cons? A ...
DEVTO
1500+ Exercise Animation Dataset for Fitness Apps (JSON + GIF)
Developers building fitness applications often face one common challenge: finding a structured exercise dataset with animations. If you're creating a workout planner, personal trainer app, or AI fitne...
DEVTO
Vibe Coding Flutter: The Senior Dev's Honest Take
I'm a Google Developer Expert in Dart & Flutter. This is my honest, research-backed take on vibe coding — with real tweets, real code, and a real workflow you can use Monday morning. ⚡ TL;DR — The Fiv...
DEVTO
Zero Password Manager v0.1.0 — First Stable Release
Today I'm releasing the first stable version of Zero Password Manager — a self-hosted password manager with a Flutter mobile client and a FastAPI backend. The goal of the project is simple: a secure p...
DEVTO
What Are the Best Mobile Frameworks for 2026? A Comparison
What Are the Best Mobile Frameworks for 2026? A Comparison In 2026, mobile app development is increasingly defined by technological advancements and shifting user expectations. For enterprises and sta...
REDDIT
Droido - open paned introduced
Introducing Droido.openPanel() Debug smarter, not harder. Now you can open the Droido debug panel from anywhere in your app with a single line of code. No need to navigate through hidden gestures or c...
DEVTO
How to Build an AI Voice Assistant on Android with Flutter
Voice interfaces represent the next evolution in mobile human-computer interaction. Users increasingly expect natural, hands-free communication with their applications rather than traditional touch in...
DEVTO
Your Flutter App is Dropping Frames: The True Cost of Bad State Management
The "SetState" Spaghetti Monster Every Flutter developer starts the same way: you build a beautiful UI, realize you need a button to update a text field somewhere else on the screen, and you wrap your...
DEVTO
REST APIs Are Killing Your Mobile App (Architecting a Laravel BFF)
The Client-Side N+1 Problem Most full-stack tutorials teach you to build pure, resource-based REST APIs. You build an endpoint for /users, an endpoint for /posts, and an endpoint for /settings. This i...
DEVTO
I Built 18 Free Browser Games with Flutter Web — Here's What I Learned
I decided to find out by building something real — not a demo, not a TODO app, but a full game platform. I ended up shipping 18 browser games and learned a lot along the way. What I Built The main pro...
DEVTO
I Built 18 Free Browser Games with Flutter Web — Here's What I Learned
I decided to find out by building something real — not a demo, not a TODO app, but a full game platform. I ended up shipping 18 browser games and learned a lot along the way. What I Built The main pro...
REDDIT
Different versions of pages for users
Whatâs the most efficient way to display different versions of the same page for different kinds of users? For instance a marketplace app, the sellers page for an item would have all the same info b...
DEVTO
How I Built a Python-Powered, Offline-First Geolocation Alert System
Like many projects, this one started with a problem. Mine was a speeding ticket. My developer brain immediately jumped from frustration to system design: "What would it take to build a better alert sy...