GITHUB
Update changelog for 3.41.6 (#184170)
Update the changelog for 4.41.6. Includes: #183885 #184040 #184025
REDDIT
I built an open-source video pool manager for TikTok/Reels-style feeds â 3 players handle infinite scroll with zero jank. Looking for feedback
Hey r/FlutterDev, I've been building video feed apps and kept hitting the same wall: creating/destroying VideoPlayerController on every scroll kills performance. Decoder teardown causes jank spikes, G...
DEVTO
Component hydration patterns that actually work with Jaspr
Every framework with server-side rendering faces the same problem. You render HTML on the server, send it to the browser, then your JavaScript needs to take over without breaking what's already there....
DEVTO
I built a Flutter paint calculator app — here's what I learned
After releasing a tile calculator app (500+ downloads), I applied the same formula to paint calculation. Tech stack: Flutter + Riverpod (state management) Hive (calculation history) SharedPreferences ...
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...