DEVTO
What I Learned Shipping a Spiritual App to 100+ Users and ₹15K Revenue in 3 Months
What I Learned Shipping a Production App as a Solo Developer For the past few months, I've been building Anahad — a spiritual app for saadhnas, pujas, and meditation. I recently shipped it to producti...
REDDIT
How I ended up having KMM module in my Flutter app
Hey folks, sharing a real one from my app (Zen Glide) because maybe it saves someone a few weeks of pain ð
I never thought that I can have KMM (Kotlin Multi Platform) + Flutter in a single app. In ...
REDDIT
flutter makes building ui like this so much easier than it should be ð
been working on something new for habithook - habit tracker and honestly flutter deserves the credit for how smooth this process has been. the kind of ui i'm putting together â the glow effects, the...
REDDIT
Fletch is an Express-inspired HTTP framework for Dart. Version 2.2.0 is out with a focus on performance and production security.
Fletch is an Express-inspired HTTP framework for Dart. Version 2.2.0 is out with a focus on performance and production security. Performance 44,277 RPS on Apple M-series â now the fastest Dart web f...
REDDIT
Confused on how this is useful in anyway records annotation positional with name
So we have (int x, int y, int z) point = (1, 2, 3); so x, y, and z is a positional value and we still access those using $1 positional getters. Whats the point of adding the name ?
REDDIT
Most coding platforms fail because they ignore the real problem: consistency.
Most coding platforms focus on what to learn. Almost none solve the real problem: consistency. Youâve probably seen this pattern: Student starts solving problems on LeetCode. Day 1 â motivated. Da...
DEVTO
David Stark: Top High-Paying Roles
👋 Hello Developers, The market is shifting. We are seeing a surge in MOBILE roles this week. My bot just scanned 200+ verified remote jobs, and I've cherry-picked the Top 5 roles. 🔥 Watch out for Jo...
REDDIT
Flutter E2E testing
Hello all, Iâve developing an E2E testing that translates natural language to testing steps Here how it works: A lightweight Flutter widget gives your UI elements stable test IDs. A Dart key generat...
REDDIT
flavd - An AVD Gui
Hi guys! I got tired of trying to hammer the avd / sdkmanager and other android tooling commands into my brain and didn't want to use (or even install) android studio. So I fired up Github Copilot (au...
REDDIT
Building a decision scoring app in Flutter â here's the math problem I had to solve first5
Started building Clarity.ai â a decision intelligence app â after personally getting stuck on a job offer for 3 weeks. The core product is a 9-step framework that takes you from a vague decision t...
REDDIT
I built a CLI for "Headless" Flutter styling to end the ThemeData nightmare. Is this over-engineered?
Hey r/FlutterDev, Most of my projects start the same way: I get a beautiful custom Figma file, and then I spend three days fighting ThemeData overrides and nesting constants in main.dart just to make ...
REDDIT
I've released 50+ Flutter apps on the App Store & Google Play. Today, I'm open-sourcing 49 of them to give back to the community.
Hi everyone! I'm a developer from Japan. Over the past few years, Iâve challenged myself to build a portfolio of 50+ minimalist utility apps using Flutter. To support the community and maintain tran...
REDDIT
Trinity just hit 700 downloads in 20 days â thank you, and Trinity Snippets beta is now live for VS Code and all forks!
I honestly didn't expect this kind of reception. Twenty days ago I published Trinity, my state management library for Flutter, and it just crossed 700 downloads. That means a lot to me â thank you t...
REDDIT
Why is it so hard to find early-stage Flutter developers willing to build on equity?
Iâve been building a startup in the live commerce space for the last 18 months. The concept is basically a marketplace where sellers can sell products through live video streams. The product is alre...
REDDIT
When will flutter get better AI tooling and direct integrations?
Claude is becoming one of the strongest models for coding. Many developers now prefer it over Gemini. I recently came across a few articles discussing this trend. One of them explores Anthropicâs ne...
REDDIT
After a few Flutter projects, these 5 conventions saved me the most time
After a few Flutter projects, I realized the painful part usually isn't building screens. It's the moment the app stops being "small" and every feature starts solving the same problem differently. The...
REDDIT
Building a Live Commerce Marketplace in India â Need advice on scaling Flutter with BLoC
Hi everyone, For the past 18 months Iâve been working on an early-stage startup idea around live commerce. The goal is to build what could become a live commerce marketplace for India, where sellers...
DEVTO
How a Bug Report Led Me to Give Flutter Developers Full Control of Crisp Chat Modals on iOS
One of the things I enjoy most about maintaining open-source software is that sometimes the best improvements start with something very small. A simple bug report. A curious investigation. And sometim...