REDDIT
Archery: A Deep Technical Architecture Dive
What really happens between dart:io and your controller? In this deep technical dive, we break down Archeryâs internal architecture â from the HTTP kernel and middleware pipeline to the IoC contai...
REDDIT
flutter-cursor-plugin â Flutter plugin for Cursor and other AI agents
Hi, folks! As a Flutter Developer Iâve been experimenting with using different AI tools in Flutter projects and kept running into the same issue: too much boilerplate and too many repeated prompts e...
REDDIT
Create Mock API Requets
REDDIT
Building my first Android app using Dart & Flutter. Advice needed
I recently started vibe coding because I wanted to learn a new skill on the side. So far, Iâve completed and launched one app on the Microsoft Store. It helped me learn a lot about code structure an...
REDDIT
Flutter skills to make your AI agents smarter
Just found this and thought it was worth sharing If youâre using AI agents like Cursor, Claude Code, etc for Flutter, this site has a bunch of skills specifically formatted for LLMs: https://playboo...
REDDIT
Archery Lessons: Routing 101
Routing is the backbone of every web framework. Itâs where incoming HTTP requests meet your application logic. In Archery, routing is designed to be expressive, type-safe, and minimalâwhile stayin...
REDDIT
Building JavaScript packages with dart2wasm
For a project at work, I recently had to turn a Dart library into something usable from an existing large JavaScript project. The traditional answer to this is dart2js and some hacks to turn that into...
REDDIT
how do you use autoformat on vscode?
It takes time to format every single button to change it from a line to the usual flutter format, like: actions: [ TextButton( onPressed: onPressed, child: child,), ], But if I use autoformat (with da...
REDDIT
Meet Archery
What is Archery? Archery is a Laravel-inspired, Dart-native web framework built directly on dart:io. It provides a batteries-included experience for developers who want a stable, explicit, and p...
REDDIT
I built a tool to automate iOS app localization
Last year I published my first two iOS apps on the App Store. I initially only localized my apps only into the 5 most popular locales (en-US, en-UK, it, de, fr). Since ASO is my main download source r...
REDDIT
I built an AI-powered static analysis tool for Flutter - flutter_doctor_ai
Hey! Just published my first pub.dev package ð What it does: Detects large build methods, missing dispose, empty setState, and missing mounted checks Calculates health score (0-100) for your codeba...
REDDIT
I built an Abstract Rule Engine for C#, TS, and Dart. How do you handle complex business rules in your cross-platform architectures?
Hi everyone, Over the last few months, I've been developing an open-source Rule Engine (called ARE). My main problem was that whenever I had complex, dynamic business rules, I had to rewrite the logic...
REDDIT
I built an Abstract Rule Engine for C#, TS, and Dart. How do you handle complex business rules in your cross-platform architectures?
Hi everyone, Over the last few months, I've been developing an open-source Rule Engine (called ARE). My main problem was that whenever I had complex, dynamic business rules, I had to rewrite the logic...
REDDIT
I cannot wait till Dart 3.12
Private Named Parameters will arrive. See https://github.com/dart-lang/language/blob/main/accepted/future-releases/2509-private-named-parameters/feature-specification.md and https://github.com/dart-la...
REDDIT
Mercado de Flutter
Olá, sou graduado em Ciência da Computação e atualmente estou finalizando uma Especialização em Desenvolvimento Mobile. Tenho cerca de 3 de experiência comprovada em Flutter e gostaria de saber...
REDDIT
Create a Pull Request to create the "dart:db" project
Hello, this time I'm writing to ask how I can contribute directly to the Dart language by writing code. I often make suggestions as a way to contribute, and I've decided to take the first step and sta...