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...
DEVTO
Stop Writing Form Boilerplate in Flutter — I Built form_forge
Every Flutter developer has written this code a hundred times: final _emailController = TextEditingController(); final _passwordController = TextEditingController(); @override void dispose() { _emailC...
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...
REDDIT
Can I develop an application for wearable huawei smart watch for specific purposes ?
Can I develop an app that trigger an alarm or haptic feedback for a specific value of hrv or stress measurement on huawei watch gt 6 ?
REDDIT
How I built a real-time "Liquid" UI and integrated Gemini AI for sentiment analysis in my new Flutter app.
1. The Liquid Physics Background To get the immersive, moving gradient background, I used a CustomPainter (LiquidPainter). It draws mathematical blobs using Sine/Cosine waves that react to time. If ...
DEVTO
5 things I learned from building and releasing Hounty
First of all, I can't believe Hounty is actually out! It's been so long since I started a small project that turned out to be a year long crusade and I can't be more proud of crossing this threshold. ...
REDDIT
Learning Flutter from scratch
Hi there, do you think itâs worth starting an adventure with Flutter in 2026 and trying to find a job connected with it?
REDDIT
Built an entire PDF editing suite for iOS, macOS, Android with Windows coming soon
Most features are free, only the advanced ones are priced, like using a local LLM model to summarize PDFs or digital signatures. Reached 100K downloads, it beats Adobe in both performance, pricing and...
REDDIT
do you use flame features on your non-game apps?
After some time doing game-development I've realized that some features in flame can actually be used on comercial apps too, I wonder if people do this. For example, flame has it own audioplayer libra...
REDDIT
Need solid Flutter learning resources
Iâve been using Flutter, but I donât feel strong on the fundamentals (state management, architecture, performance, etc.). Iâm looking for solid, in-depth resources - structured courses, good You...
REDDIT
Why the every post at Linkedin look like Bullshit
Six years into this career and Iâm honestly exhausted. Iâm burned out from the nonstop AI hype and watching the job market and entire industries feel like theyâre falling apart. Suddenly everyon...
DEVTO
The Modern Startup Stack: Launch App with FlutterFlow and Supabase
Introduction: Why Founders Want to Launch App with FlutterFlow and Supabase Early-stage startups do not fail because of bad ideas. They fail because execution takes too long and burn rates move faster...
REDDIT
Built a simple Pokedex App for my portfolio. Would it be good to show into job applications?
This project was actually the technical test that landed me my current job. Because all of my day-to-day work is proprietary, and my advanced personal projects are closed-source, this is one of the fe...