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...
REDDIT
I built tailwind_flutter â Tailwind CSS tokens + utility-first styling for Flutter
Hey everyone! I just published tailwind_flutter, a package that brings Tailwind CSS's design system to Flutter with chainable widget extensions. The problem: Flutter's widget nesting gets deep fast. S...
REDDIT
OpenUISpec - A single source of truth design language for AI-native app development
We spent years waiting for a truly mature cross-platform UI solution. But with AI, Iâm starting to think the better path may no longer be âone runtime everywhere.â Iâm building OpenUISpec: htt...
REDDIT
Flutter beginner - coming from angular
Hello guys, i've been working on a project of mine for a couple of months using angular for frontend (web app only) and .NET for backend . Decided to try to create a mobile version for it as well just...
DEVTO
[Boost]
Flutter Design Systems: Exploring Modern Alternatives to Material Design Dinko Marinac ・ Jul 15 '24 #flutter #ui #ux #designsystem
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...
MASTODON
Flutter Roadmap for BeginnersStart by learning Dart and Flutter basics.Focus on widgets, state…
Flutter Roadmap for BeginnersStart by learning Dart and Flutter basics.Focus on widgets, state management, and API integration.Then move to architecture, testing, and deployment to build production-re...