REDDIT
Built my first web app using Flutter
I recently built PaperDraw ( https://paperdraw.dev ), a system design simulator that runs entirely in the browser, and this was my first time using Flutter for web seriously. Wanted to share some hon...
REDDIT
First time contributing to Dart SDK
I found a bug in dart_style while using dot shorthands. Instead of just reporting it, I decided to try fixing it myself. My fix got merged into dart_style v3.1.6! Wrote about it here if you're curious...
REDDIT
My first Dart SDK contribution just got merged - AI made it surprisingly easy
I noticed a bug in dart_style while using the new dot notation shorthands, so I decided to fix it instead of just reporting it. The game-changer? Using Claude AI to understand the codebase - what woul...
REDDIT
is it just me or do all these no-code AI builders feel the same?
seems like 99% of vibe coding tools just wrap everything in a webview. itâs fine for prototypes i guess, but has anyone found one that supports flutter or something actually native? id love to ship ...
DEVTO
I built a mobile remote for Claude Code — here's how
If you've used Claude Code, you know how powerful it is. But there's one problem — you're chained to your desk. What if you could send Claude Code commands from your phone, get real-time responses, an...
REDDIT
pubspec_manager 4.x realeased
pubspec_manager (pbm) provides support for every documented pubspec key with the ability to read and write every key. Unique to pbm is it's ability to retain any pre existing comments as well as add n...
REDDIT
Dependy: A modular dependency injection package for Flutter & Dart
Hi guys, I have been working on Dependy, a modular dependency injection library for Dart and Flutter, and I would really appreciate some feedback. The goal is to keep DI simple and flexible without re...
DEVTO
Android OAuth Flow - Browser Doesn't Redirect After Password Setup
I'm using logto_dart_sdk in a Flutter Android app. After Google authentication, users get stuck on the "Set password" page - clicking "Save password" shows a loading spinner but never redirects to my ...
REDDIT
74% of 5410 Dart projects have some problem in the test codes
This study explores the quality of tests in Dart, the main language for mobile application development with the Flutter framework. Methods: The study begins by using the DNose tool, used to detect 14 ...
REDDIT
DNose: Checking the quality of test code.
hello everyone, I would like to present a tool that I created in my PhD, DNose, it checks the quality of the test code using the concept of TestSmell. I have already published an article analyzing 5 t...
REDDIT
If I use state management (Provider/Riverpod/Bloc), should I completely avoid setState()?
Hi everyone, Iâm a Flutter developer and I have a question about state management best practices. If Iâm already using a state management solution like Provider, Riverpod, or Bloc, should I comple...
REDDIT
Antigravity dart MCP review
I have been using antigravity for the past few weeks. Been heavily using the dart mcp in the antigravity for component development. For the bugs fixes and code analysis I think it works most of the ti...
REDDIT
I build a WishperFlow clone but totally offline and open source for Windows
I was seeing a lot of ads by Wishper Flow, and I thought even I can build it and so I did and also made it totally offline. Its made in Flutter cause I wanted to try how good flutter is for windows. A...
DEVTO
Flutter in 2026: What It Is, Why It Matters, and Why App Development Is a Skill Worth Learning?
There was a time when building an app meant choosing sides. If you wanted an iPhone app, you learned one language. If you wanted an Android app, you learned another. If you wanted a web app, that was ...
REDDIT
As a Flutter Developer, How Should I Start Integrating AI into Production Apps?
I build apps using Flutter and Node.js backend. I want to start integrating AI features (prediction, recommendation, automation) into real apps. Should I start with: - Python + ML models? - OpenAI API...
REDDIT
Iâm building a Mess Management App â Thinking of Adding AI. Need Suggestions.
Hi everyone, Iâm a Flutter developer building a mess management system for hostel students (around 2000+ users). Currently, it handles: - Meal subscription - Payment tracking - Admin dashboard - QR-...
REDDIT
Building a smarter weather app â validating before launch
Hey everyone ð Iâm building a weather app that focuses on turning raw forecast data into clear, actionable insights instead of just numbers on a screen. Rather than only showing probabilities, it...
REDDIT
State Management Package Listening to the Database: ZeytinState!ð«
By dynamically assigning data from the database to variables, you can both cache data (Offline control!) and ensure the interface updates instantly when the database changes. Based on ZeytinX, this pa...
REDDIT
Cooperative multitasking using asynchronous tasks, with support for forced task termination with `onExit` handlers.
https://pub.dev/packages/multitasking Cooperative multitasking using asynchronous tasks, with support for forced task termination with onExit handlers. The tasks is implemented using the following sta...