REDDIT
Teaching Process
Hello, guys, I got a offer to teach some student to developing applications using flutter, I didnât have experience in teaching line, so can you please guide me how to teach them, starting roadmap f...
REDDIT
built a landscape desk buddy for my app using custom painter + google ml kit â stuck on where to take it next
been grinding on this feature for a while now and finally have something to show. it's a desk buddy that lives in landscape mode, detects your presence via google ml kit, and reacts accordingly. every...
REDDIT
Riverpod Best Practices You're Probably Missing
In this article, I have reviewed the Riverpod source code; there is a lot to learn from it. I think you will really like this article.
REDDIT
MCP server for offline Flutter/Dart API docs
I posted flutterdocs_mcp to pub.dev. It is a development tool that wraps the offline Flutter/Dart API documentation in an MCP server that agents can search and navigate. There is also a complementar...
DEVTO
Stop struggling with basic Flutter widgets. 🛠️
If you want to build custom-drawn, high-performance UI components, you need to go deeper into the rendering layer. My Premium Graphics Kit is a collection of 14+ production-ready widgets built entirel...
DEVTO
Construindo um App Financeiro (Parte 2)
Sair o segundo artigo da série 'Construindo um App Financeiro', nesta versão tratamos de Graficos, Leitor de Boletos etc. https://capsistema.com.br/cap/82it8fq4x
DEVTO
Construindo um App Financeiro (Parte 1)
Primeiro artigo de uma nova serie, chamada 'Contruindo um App Financeiro' com Flutter e RiverPod, neste você ira desde o inicio a usar o RiverPod. https://capsistema.com.br/go/e6m3k4p
REDDIT
I built a Flutter profanity filtering package (55K+ phrases, 75 languages)
Hey everyone, Iâve been working on a Flutter package called SafeText for filtering profanity in user input, and I recently released v2.0.0 with some major changes. Originally, this started as a simp...
DEVTO
Revolutionizing Mobile App Development with State Management: Bloc, Redux, Provider
The Importance of State Management in Mobile App Development State management plays a crucial role in ensuring the smooth functioning of mobile applications. It involves managing the state of the appl...
REDDIT
We built an AI agent that can operate any Flutter app autonomously â and open-sourced it
Hey folks, We're the team at MyRik (ride-hailing + quick commerce). We had a problem â users were dropping off on tasks that seemed simple to us but weren't simple for them. So we built an AI agent ...
DEVTO
🚀 I just made your life easier
Managing permissions in Flutter can be messy… So I built permission_manager 🧩 ✅ Clean API ✅ Multi-platform support ✅ Easy integration 🎉 Just released version 2.0.9 with improved docs & visuals! Chec...
DEVTO
Flutter 3.41: What's New and Why It Matters for Your App Project
Google shipped Flutter 3.41 in February 2026, and it's one of the more thoughtful releases the framework has seen in recent cycles. Not a flashy one packed with headline widgets, but the kind that sig...
DEVTO
Flutter Interview Questions Part 5: Architecture & Design Patterns
Welcome to Part 5 of the Flutter Interview Questions series! This part focuses on the architectural foundations that separate hobby projects from production-grade Flutter applications. We cover Clean ...
DEVTO
Flutter’s New Web Dev Proxy: A Cleaner Way to Handle APIs (No More CORS Headaches)
If you’ve ever built a Flutter web app, you’ve probably run into one annoying issue: CORS errors during development. Traditionally, fixing this meant: tweaking backend headers setting up a reverse pro...